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.2.


From: guix-commits
Subject: branch master updated: gnu: python-shapely: Update to 1.8.2.
Date: Thu, 04 Aug 2022 05:55:44 -0400

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

glv pushed a commit to branch master
in repository guix.

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

commit 933d3cf7f7fe7ed6eae130ae8275176573af1638
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Aug 4 11:38:43 2022 +0200

    gnu: python-shapely: Update to 1.8.2.
    
    * gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.2.
      [source]: Remove snippet.
---
 gnu/packages/python-xyz.scm | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b53609ebb3..cf1f009a7f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -59,7 +59,7 @@
 ;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2019 Sam <smbaines8@gmail.com>
 ;;; Copyright © 2019 Jack Hill <jackhill@jackhill.us>
-;;; Copyright © 2019, 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2019, 2020, 2021, 2022 Pierre Langlois 
<pierre.langlois@gmx.com>
 ;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
@@ -1184,20 +1184,13 @@ iotop, uptime, pidof, tty, taskset, pmap.")
 (define-public python-shapely
   (package
     (name "python-shapely")
-    (version "1.7.1")
+    (version "1.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Shapely" version))
        (sha256
-        (base32
-         "0adiz4jwmwxk7k1awqifb1a9bj5x4nx4gglb5dz9liam21674h8n"))
-       (modules '((guix build utils)))
-       (snippet
-        '(begin
-           (delete-file "shapely/speedups/_speedups.c")
-           (delete-file "shapely/vectorized/_vectorized.c")
-           #t))))
+        (base32 "1dpbjw0w2l1r9s5drmi4cyr1yd5h2a4m9vip7qhy7mbg03azjajp"))))
     (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]