guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-shapely: Update to 1.8.4.


From: guix-commits
Subject: branch master updated: gnu: python-shapely: Update to 1.8.4.
Date: Mon, 22 Aug 2022 20:43:42 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4c03f62ad0 gnu: python-shapely: Update to 1.8.4.
4c03f62ad0 is described below

commit 4c03f62ad04c2cbbfc7ed61c97b0ecf897383706
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Aug 21 13:53:30 2022 +0000

    gnu: python-shapely: Update to 1.8.4.
    
    * gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.4.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 542f90ae29..24f08c670e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1211,13 +1211,13 @@ iotop, uptime, pidof, tty, taskset, pmap.")
 (define-public python-shapely
   (package
     (name "python-shapely")
-    (version "1.8.2")
+    (version "1.8.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Shapely" version))
        (sha256
-        (base32 "1dpbjw0w2l1r9s5drmi4cyr1yd5h2a4m9vip7qhy7mbg03azjajp"))))
+        (base32 "130rqd0czi128wm5pdn47v4m6czxd7pkzanbya8q48gsm8ffb5d1"))))
     (build-system python-build-system)
     (native-inputs
      (list python-cython python-matplotlib python-pytest



reply via email to

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