gdcm: 3.0.26 -> 3.2.1

This commit is contained in:
R. Ryantm
2025-09-21 13:15:38 +00:00
parent 97e6fd5b99
commit 5de21f8a24
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = if enablePython then "python-gdcm" else "gdcm";
version = "3.0.26";
version = "3.2.1";
src = fetchFromGitHub {
owner = "malaterre";
repo = "GDCM";
tag = "v${finalAttrs.version}";
hash = "sha256-GuTxFgK5nfP4l36uqSOMrOkiwTi/T2ywcLh4LDNkKsI=";
hash = "sha256-V1UPfRlNIDZa/N9wQ6wu8uCFH6bw8Y6jomy7BB4SNEA=";
};
patches = [