guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: python-pydicom: Update to 2.4.4.


From: guix-commits
Subject: 04/04: gnu: python-pydicom: Update to 2.4.4.
Date: Tue, 23 Jan 2024 19:16:32 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 3419c216b485532dd3c3ed7959553d7900eb1fea
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jan 23 23:57:32 2024 +0000

    gnu: python-pydicom: Update to 2.4.4.
    
    * gnu/packages/python-science.scm (python-pydicom): Update to 2.4.4.
    
    Change-Id: I996115fb3bdf0bd61d2b2dcdb2500b31ce104597
---
 gnu/packages/python-science.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]