about summary refs log tree commit diff
path: root/pkgs/development/python-modules/torchaudio/bin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/torchaudio/bin.nix')
-rw-r--r--pkgs/development/python-modules/torchaudio/bin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/torchaudio/bin.nix b/pkgs/development/python-modules/torchaudio/bin.nix
index f4bac910e44b0..f3656aa0a46f3 100644
--- a/pkgs/development/python-modules/torchaudio/bin.nix
+++ b/pkgs/development/python-modules/torchaudio/bin.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "torchaudio";
-  version = "0.13.0";
+  version = "0.13.1";
   format = "wheel";
 
   src =