gnu: python-jellyfish: Update to 0.5.6.
* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): Update to 0.5.6.
This commit is contained in:
parent
b04d9b97c4
commit
8c4964dd51
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue