guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-distributed: Update to 2023.7.0.


From: guix-commits
Subject: 02/02: gnu: python-distributed: Update to 2023.7.0.
Date: Sat, 15 Jul 2023 07:37:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 01412c6c6a98e4da10676560638640d0f33e1a02
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 15 13:36:02 2023 +0200

    gnu: python-distributed: Update to 2023.7.0.
    
    * gnu/packages/python-science.scm (python-distributed): Update to 2023.7.0.
---
 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 00d6ad7305..1962553cf0 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1150,7 +1150,7 @@ Mathematics (GLM) library to Python.")
 (define-public python-distributed
   (package
     (name "python-distributed")
-    (version "2023.4.1")
+    (version "2023.7.0")
     (source
      (origin
        ;; The test files are not included in the archive on pypi
@@ -1161,7 +1161,7 @@ Mathematics (GLM) library to Python.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "164xp2dxac95nngmgdhlk0vwnnvbmajqliz994bdvw72xnv1ya18"))))
+         "0b93fpwz7kw31pkzfyihpkw8mzbqshzd6rw5vcwld7n3z2aaaxxb"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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