me
/
guix
Archived
1
0
Fork 0

gnu: python-jellyfish: Update to 0.5.6.

* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): Update to
0.5.6.
master
Leo Famulari 2016-11-27 00:17:59 -05:00
parent b04d9b97c4
commit 8c4964dd51
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -9761,13 +9761,13 @@ ambiguities (forward vs. backward slashes, etc.).
(define-public python-jellyfish (define-public python-jellyfish
(package (package
(name "python-jellyfish") (name "python-jellyfish")
(version "0.5.3") (version "0.5.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jellyfish" version)) (uri (pypi-uri "jellyfish" version))
(sha256 (sha256
(base32 (base32
"12bxh8cy9xmvyrjz7aw159nd5pyvb645rkvw4r6bvm4xbvs8gd07")))) "1j9rplb16ba2prjj6mip46z0w9pnhnqpwgiwi0x93vnas14rlyl8"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-pytest" ,python-pytest))) `(("python-pytest" ,python-pytest)))