python310Packages.torchmetrics: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2022-05-15 15:17:37 +00:00 committed by Jonathan Ringer
parent 19c5dc94fa
commit 4783e24e0c

View File

@ -15,7 +15,7 @@
let
pname = "torchmetrics";
version = "0.8.1";
version = "0.8.2";
in
buildPythonPackage {
inherit pname version;
@ -23,8 +23,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "PyTorchLightning";
repo = "metrics";
rev = "v${version}";
hash = "sha256-AryEhYAeC97dO2pgHoz0Y9F//DVdX6RfCa80gI56iz4=";
rev = "refs/tags/v${version}";
hash = "sha256-1TO2YgZzjVmrE5jhMwo0Y+bQUQ5jJj34k+kGpdqqPVQ=";
};
propagatedBuildInputs = [