From da5a2e26fb1a91610aaea4b041a12a3ceb2118bf Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 5 Jul 2025 14:48:05 +0200 Subject: [PATCH] python3Packages.torchmetrics: 1.7.3 -> 1.7.4 Diff: https://github.com/Lightning-AI/torchmetrics/compare/refs/tags/v1.7.3...refs/tags/v1.7.4 Changelog: https://github.com/Lightning-AI/torchmetrics/releases/tag/v1.7.4 --- 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 7021d2125fd2..4277f559c276 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.3"; + version = "1.7.4"; pyproject = true; src = fetchFromGitHub { owner = "Lightning-AI"; repo = "torchmetrics"; tag = "v${version}"; - hash = "sha256-xnGODA5m4UannZKXn9Mq8bKI1WA+yHTOTicJ6AuLB+4="; + hash = "sha256-MpqpzfsT9cxyKHvcw2ue67gaqQfdsLARov50ivGYO98="; }; dependencies = [