guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: python-gridmap: Update to 0.14.0.


From: guix-commits
Subject: 07/14: gnu: python-gridmap: Update to 0.14.0.
Date: Tue, 23 Jun 2020 17:30:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 83c116563d681d48486fd4f1ffd0670894f001bb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 23 17:12:24 2020 +0200

    gnu: python-gridmap: Update to 0.14.0.
    
    * gnu/packages/python-xyz.scm (python-gridmap): Update to 0.14.0.
---
 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 a46c1f6..08fbec3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5652,7 +5652,7 @@ memoizing PEG/Packrat parser in Python.")
 (define-public python-gridmap
   (package
     (name "python-gridmap")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -5661,7 +5661,7 @@ memoizing PEG/Packrat parser in Python.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1478lbwsr1w24cii2x01m2910fvh8r43ghnb78nc972a96hqiknm"))))
+        (base32 "0v0sgpg6pz8h61f9aqjf5xk0ipr512bbz8dxzjjylksj135qr19l"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; FIXME: Requires python-cherrypy.



reply via email to

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