From 474b3e89d45ff7dc30112bb166d5401966cc2fd5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 11 Jan 2024 13:50:09 +0100 Subject: [PATCH] python311Packages.torchmetrics: 1.2.1 -> 1.3.0 Diff: https://github.com/Lightning-AI/torchmetrics/compare/refs/tags/v1.2.1...v1.3.0 Changelog: https://github.com/Lightning-AI/torchmetrics/releases/tag/v1.3.0 --- pkgs/development/python-modules/torchmetrics/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/torchmetrics/default.nix b/pkgs/development/python-modules/torchmetrics/default.nix index 9b980206c32a..70657185acba 100644 --- a/pkgs/development/python-modules/torchmetrics/default.nix +++ b/pkgs/development/python-modules/torchmetrics/default.nix @@ -20,7 +20,7 @@ let pname = "torchmetrics"; - version = "1.2.1"; + version = "1.3.0"; in buildPythonPackage { inherit pname version; @@ -30,7 +30,7 @@ buildPythonPackage { owner = "Lightning-AI"; repo = "torchmetrics"; rev = "refs/tags/v${version}"; - hash = "sha256-uvebKCJL2TSQUGmtVE1MtYwzgs+0lWvHvsN5PwJyl/g="; + hash = "sha256-xDUT9GSOn6ZNDFRsFws3NLxBsILKDHPKeEANwM8NXj8="; }; disabled = pythonOlder "3.8";