From e55d6f838dcdee7dd373973dc3539a33b3c38d36 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 7 Aug 2025 22:50:45 +0200 Subject: [PATCH] python3Packages.torchmetrics: 1.8.0 -> 1.8.1 Diff: https://github.com/Lightning-AI/torchmetrics/compare/refs/tags/v1.8.0...refs/tags/v1.8.1 Changelog: https://github.com/Lightning-AI/torchmetrics/releases/tag/v1.8.1 --- 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 ddc59e0bc060..08c8964a51f8 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.8.0"; + version = "1.8.1"; pyproject = true; src = fetchFromGitHub { owner = "Lightning-AI"; repo = "torchmetrics"; tag = "v${version}"; - hash = "sha256-zoKULi12vIKMzPRE6I4Rtq4dVQL/GfNFjHR+BId1ADg="; + hash = "sha256-Qisp5RTfcKr6W9K6FDFUHMqICSpVshsrZWwpDEgTTQM="; }; dependencies = [