mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
e8f2ddbb23
commit
83c116563d
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue