gnu: python-pybtex: Update to 0.22.2.
* gnu/packages/python-xyz.scm (python-pybtex): Update to 0.22.2.
This commit is contained in:
parent
d41ee146ce
commit
9441a9c163
|
@ -14677,14 +14677,13 @@ working with iterables.")
|
||||||
(define-public python-pybtex
|
(define-public python-pybtex
|
||||||
(package
|
(package
|
||||||
(name "python-pybtex")
|
(name "python-pybtex")
|
||||||
(version "0.21")
|
(version "0.22.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pybtex" version))
|
(uri (pypi-uri "pybtex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "070wfcmxrd7xg1si421mi9150gmx2qwx431nwf69sq3hhmgnx080"))))
|
||||||
"00300j8dn5pxq4ndxmfmbmycg2znawkqs49val2x6jlmfiy6r2mg"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
|
|
Loading…
Reference in New Issue