about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-16 19:49:43 +0200
committerGitHub <noreply@github.com>2024-05-16 19:49:43 +0200
commit0ab9364354966627ef9d7302ace9ed02bfdb8b30 (patch)
tree339a7bc96b3e48097a8c35ab71d3055ce9461746
parentc2f97d3f55d7555d5d6cf6df8f37c3055516d008 (diff)
parentf484745c256dcae5496bb01ccd11d90204e7cca5 (diff)
Merge pull request #312042 from r-ryantm/auto-update/python311Packages.torchmetrics
python311Packages.torchmetrics: 1.4.0 -> 1.4.0.post0
-rw-r--r--pkgs/development/python-modules/torchmetrics/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/torchmetrics/default.nix b/pkgs/development/python-modules/torchmetrics/default.nix
index 5cc57ed0bed3a..c9485359cb87a 100644
--- a/pkgs/development/python-modules/torchmetrics/default.nix
+++ b/pkgs/development/python-modules/torchmetrics/default.nix
@@ -21,7 +21,7 @@
 
 let
   pname = "torchmetrics";
-  version = "1.4.0";
+  version = "1.4.0.post0";
 in
 buildPythonPackage {
   inherit pname version;
@@ -33,7 +33,7 @@ buildPythonPackage {
     owner = "Lightning-AI";
     repo = "torchmetrics";
     rev = "refs/tags/v${version}";
-    hash = "sha256-5ANEpUdd5eyzBhhAEHrvHNHMOQuXhkkKuL1t3dJLhdE=";
+    hash = "sha256-tQqlLfdk8rSJqwR3rC7kqnM+pLFYZSPHfI7RmIi2Iq4=";
   };
 
   dependencies = [