From c7c0df278b86d191dac8bf5e618065c94b67f429 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 14 Mar 2025 19:42:59 +0100 Subject: [PATCH] python312Packages.torchmetrics: 1.6.2 -> 1.6.3 Diff: https://github.com/Lightning-AI/torchmetrics/compare/refs/tags/v1.6.2...v1.6.3 Changelog: https://github.com/Lightning-AI/torchmetrics/releases/tag/v1.6.3 --- 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 58b33ac79e89..d3595bd90b7f 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.6.2"; + version = "1.6.3"; pyproject = true; src = fetchFromGitHub { owner = "Lightning-AI"; repo = "torchmetrics"; tag = "v${version}"; - hash = "sha256-IPhBgGciB/3IFYVX+miID4oQ+5CpcjvAHiufxKiHzFw="; + hash = "sha256-zBsqotwL6KUpcNV7SyEGnuW9Vl3oxaVy5wMHgGD7U/M="; }; dependencies = [