gnu: python-gridmap: Update to 0.14.0.

* gnu/packages/python-xyz.scm (python-gridmap): Update to 0.14.0.
This commit is contained in:
Ricardo Wurmus 2020-06-23 17:12:24 +02:00
parent e8f2ddbb23
commit 83c116563d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5652,7 +5652,7 @@ (define-public python2-grako
(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 @@ (define-public python-gridmap
(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.