diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-23 23:57:32 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-23 23:57:32 +0000 |
commit | 3419c216b485532dd3c3ed7959553d7900eb1fea (patch) | |
tree | d7bd16c43bc5710bde43aa65e6fce367ad419a5b | |
parent | b537437af714eabbec88d7b19d3b008fdfd6b1b3 (diff) | |
download | guix-3419c216b485532dd3c3ed7959553d7900eb1fea.tar.gz guix-3419c216b485532dd3c3ed7959553d7900eb1fea.zip |
gnu: python-pydicom: Update to 2.4.4.
* gnu/packages/python-science.scm (python-pydicom): Update to 2.4.4.
Change-Id: I996115fb3bdf0bd61d2b2dcdb2500b31ce104597
-rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 466f99b756..88cced9633 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2135,7 +2135,7 @@ functions, convolutions, artificial neural networks etc.") (define-public python-pydicom (package (name "python-pydicom") - (version "2.3.0") + (version "2.4.4") (source (origin (method git-fetch) (uri (git-reference @@ -2144,7 +2144,7 @@ functions, convolutions, artificial neural networks etc.") (file-name (git-file-name name version)) (sha256 (base32 - "18l26s53yf5j9yh2zwq83n74qq4f2iq0cfblamsw4y9k35l1c108")))) + "0ksyyc1hbhyqy289a2frn84ss29fb7czirx3dkxx56f4ia33b4c8")))) (build-system pyproject-build-system) (arguments (list |