python3Packages.highdicom: 0.26.1 -> 0.27.0

This commit is contained in:
R. Ryantm
2025-11-15 19:51:49 +00:00
parent 042d0c7f69
commit f62ef02c94
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "highdicom";
version = "0.26.1";
version = "0.27.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "MGHComputationalPathology";
repo = "highdicom";
tag = "v${version}";
hash = "sha256-zaa0daGMQHktYkG56JA2a7s5UZSv8AbinO5roe9rWQc=";
hash = "sha256-Tfy7u5MVapRE24CZLFzTnYChnH9JJ9V7FuUhDoktBFc=";
};
build-system = [