guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-shapely: Update to 1.6.4.post2.


From: guix-commits
Subject: 03/04: gnu: python-shapely: Update to 1.6.4.post2.
Date: Sun, 26 May 2019 04:22:57 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6d94465b4eb4b4c1446fff6129a16b7bcc0c5eb0
Author: Brett Gilio <address@hidden>
Date:   Fri May 24 19:10:03 2019 -0500

    gnu: python-shapely: Update to 1.6.4.post2.
    
    * gnu/packages/python-xyz.scm (python-shapely): Update to 1.6.4.post2.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 88cf57a..a58b788 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -193,14 +193,14 @@ pidof, tty, taskset, pmap.")
 (define-public python-shapely
   (package
     (name "python-shapely")
-    (version "1.6.3")
+    (version "1.6.4.post2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Shapely" version))
        (sha256
         (base32
-         "0svc58dzcw9gj92b4sgq35sdxkf85z0qwlzxarkzq4bp3h8jy58l"))))
+         "03r42fmd9alp6r3q95ad6rldq2f7n1wimrw53zy5kpn33yv7pf64"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-cython" ,python-cython)



reply via email to

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