From e823156c0fccd092c9007173c20108ab2e3bc055 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 28 May 2025 22:37:57 +0200 Subject: [PATCH] python312Packages.torchmetrics: 1.7.1 -> 1.7.2 Diff: https://github.com/Lightning-AI/torchmetrics/compare/refs/tags/v1.7.1...refs/tags/v1.7.2 Changelog: https://github.com/Lightning-AI/torchmetrics/releases/tag/v1.7.2 --- 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 7b2eb68b21b4..077310e39567 100644 --- a/pkgs/development/python-modules/torchmetrics/default.nix +++ b/pkgs/development/python-modules/torchmetrics/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "torchmetrics"; - version = "1.7.1"; + version = "1.7.2"; pyproject = true; src = fetchFromGitHub { owner = "Lightning-AI"; repo = "torchmetrics"; tag = "v${version}"; - hash = "sha256-pjUGv064xVOfXiLDMTaFu6Fu4kt/2tfg2l2YGKlhjfw="; + hash = "sha256-E/ZmP0eyNdSYb0+wKNsOZM2ViEldUWcwSmSGzZEYXfw="; }; dependencies = [