Archived
1
0
Fork 0

gnu: python-pydicom: Update to 2.4.4.

* gnu/packages/python-science.scm (python-pydicom): Update to 2.4.4.

Change-Id: I996115fb3bdf0bd61d2b2dcdb2500b31ce104597
This commit is contained in:
Sharlatan Hellseher 2024-01-23 23:57:32 +00:00
parent b537437af7
commit 3419c216b4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2135,7 +2135,7 @@ functions, convolutions, artificial neural networks etc.")
(define-public python-pydicom (define-public python-pydicom
(package (package
(name "python-pydicom") (name "python-pydicom")
(version "2.3.0") (version "2.4.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2144,7 +2144,7 @@ functions, convolutions, artificial neural networks etc.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"18l26s53yf5j9yh2zwq83n74qq4f2iq0cfblamsw4y9k35l1c108")))) "0ksyyc1hbhyqy289a2frn84ss29fb7czirx3dkxx56f4ia33b4c8"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list