From c048b60d6f0f0e96ccc296664f32216b74f03109 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Sat, 12 Apr 2025 20:49:50 -0400 Subject: [PATCH] python313Packages.highdicom: 0.24.0 -> 0.25.1 --- pkgs/development/python-modules/highdicom/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/highdicom/default.nix b/pkgs/development/python-modules/highdicom/default.nix index 01a24c2427d9..68eb98368a77 100644 --- a/pkgs/development/python-modules/highdicom/default.nix +++ b/pkgs/development/python-modules/highdicom/default.nix @@ -25,7 +25,7 @@ let in buildPythonPackage rec { pname = "highdicom"; - version = "0.24.0"; + version = "0.25.1"; pyproject = true; disabled = pythonOlder "3.10"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "MGHComputationalPathology"; repo = "highdicom"; tag = "v${version}"; - hash = "sha256-1LRXJkltRLtPJ/NrFZVyjTusXfmcEVOTFEuq0gOI+yQ="; + hash = "sha256-AwKaqCqPjLyNwXomV/pxijpsTQajekBO/rgLQJpuYww="; }; build-system = [