python3Packages.torchmetrics: 1.8.1 -> 1.8.2

Diff: https://github.com/Lightning-AI/torchmetrics/compare/v1.8.1...v1.8.2

Changelog: https://github.com/Lightning-AI/torchmetrics/releases/tag/v1.8.2

Changed files
+2 -2
pkgs
development
python-modules
torchmetrics
+2 -2
pkgs/development/python-modules/torchmetrics/default.nix
···
buildPythonPackage rec {
pname = "torchmetrics";
-
version = "1.8.1";
+
version = "1.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "torchmetrics";
tag = "v${version}";
-
hash = "sha256-Qisp5RTfcKr6W9K6FDFUHMqICSpVshsrZWwpDEgTTQM=";
+
hash = "sha256-OsU2JpKcbe1AuSIAyZLjDpFdsSk2q3kMGBcNXtIJm3Q=";
};
dependencies = [