Merge pull request #312042 from r-ryantm/auto-update/python311Packages.torchmetrics

python311Packages.torchmetrics: 1.4.0 -> 1.4.0.post0

authored by Matthias Beyer and committed by GitHub 0ab93643 c2f97d3f

+2 -2
+2 -2
pkgs/development/python-modules/torchmetrics/default.nix
··· 21 21 22 22 let 23 23 pname = "torchmetrics"; 24 - version = "1.4.0"; 24 + version = "1.4.0.post0"; 25 25 in 26 26 buildPythonPackage { 27 27 inherit pname version; ··· 33 33 owner = "Lightning-AI"; 34 34 repo = "torchmetrics"; 35 35 rev = "refs/tags/v${version}"; 36 - hash = "sha256-5ANEpUdd5eyzBhhAEHrvHNHMOQuXhkkKuL1t3dJLhdE="; 36 + hash = "sha256-tQqlLfdk8rSJqwR3rC7kqnM+pLFYZSPHfI7RmIi2Iq4="; 37 37 }; 38 38 39 39 dependencies = [