gnu: python-pybtex: Update to 0.22.2.

* gnu/packages/python-xyz.scm (python-pybtex): Update to 0.22.2.
master
Tobias Geerinckx-Rice 2019-08-30 03:24:58 +02:00
parent d41ee146ce
commit 9441a9c163
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -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)))