[PATCH 2/4] gnu: python-shapely: Update to 1.6.4.post2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Marius Bakke
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
875zpzqtk6.fsf@posteo.net
From 0c6033bbfceb750d6d069d4f751b7811a02a4f3b Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Fri, 24 May 2019 19:10:03 -0500
Subject: [PATCH 2/4] gnu: python-shapely: Update to 1.6.4.post2.

* gnu/packages/python-xyz.scm (python-shapely): Update to 1.6.4.post2.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 88cf57a30d..a58b788ca1 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)
--
2.21.0
Marius Bakke wrote 6 years ago
878sutd3ne.fsf@devup.no
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (5 lines)
> From 0c6033bbfceb750d6d069d4f751b7811a02a4f3b Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Fri, 24 May 2019 19:10:03 -0500
> Subject: [PATCH 2/4] gnu: python-shapely: Update to 1.6.4.post2.

Pushed in 6d94465b4eb4b4c1446fff6129a16b7bcc0c5eb0, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlzqTUUACgkQoqBt8qM6
VPoaKAgAxpdD8KP9Hp8H8HfbBVWu+rkDo2Zk0v095SMuWZriqAU7YNbXw9hQmxGH
PFlaBjZEiZ5Zi44DrDrKRMZbJ4gCzBdTo0KFuFCrKx2YMBej2kCNc8FuwcVMnV/b
hcraswslE3x5MXeF8cu9hKUHRz6hxxEDiYCY1UmcGQU1Hn7Hlpe+gbrctZMvnvZF
N1GrJHTXkNJj9HdQtXJs2koFyUneRhyMpHAwey8UtMicKgrKV5DiNOZbhcboB/J+
anb+TI29LfezmgSWw2i+nDNHOf5A8+xAJ0toWMrSlkviAQJPgqlcNQfuOVpmDqq4
W95SbG1dLA6SFtuzsyazkjy5JUb4FQ==
=sknW
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 35892@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 35892
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help