python313Packages.highdicom: 0.24.0 -> 0.25.1

This commit is contained in:
Ben Darwin
2025-04-12 20:49:50 -04:00
parent dbd8a4c9fc
commit c048b60d6f
@@ -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 = [