python3Packages.torchmetrics: 1.8.0 -> 1.8.1 (#431843)

authored by Gaétan Lepage and committed by GitHub d3d513cd 3b08232b

+2 -2
+2 -2
pkgs/development/python-modules/torchmetrics/default.nix
··· 24 25 buildPythonPackage rec { 26 pname = "torchmetrics"; 27 - version = "1.8.0"; 28 pyproject = true; 29 30 src = fetchFromGitHub { 31 owner = "Lightning-AI"; 32 repo = "torchmetrics"; 33 tag = "v${version}"; 34 - hash = "sha256-zoKULi12vIKMzPRE6I4Rtq4dVQL/GfNFjHR+BId1ADg="; 35 }; 36 37 dependencies = [
··· 24 25 buildPythonPackage rec { 26 pname = "torchmetrics"; 27 + version = "1.8.1"; 28 pyproject = true; 29 30 src = fetchFromGitHub { 31 owner = "Lightning-AI"; 32 repo = "torchmetrics"; 33 tag = "v${version}"; 34 + hash = "sha256-Qisp5RTfcKr6W9K6FDFUHMqICSpVshsrZWwpDEgTTQM="; 35 }; 36 37 dependencies = [