gnu: python-stem: Update to 1.5.3.

* gnu/packages/python.scm (python-stem, python2-stem): Update to 1.5.3.
[source]: Update URL.
This commit is contained in:
Leo Famulari 2016-12-26 13:20:08 -05:00
parent f1775db660
commit c976b319fe
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -10648,14 +10648,14 @@ (define-public python2-requests-oauthlib
(define-public python-stem
(package
(name "python-stem")
(version "1.4.1b")
(version "1.5.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stem" version ".tar.bz2"))
(uri (pypi-uri "stem" version))
(sha256
(base32
"09a3amp1y351nwz088ckiibbp666qi2lxwkyknavswfm400s0ns7"))))
"0fm67dfx6qaj0mg80r4yw2i72birpzn7cnbyz4p1857max3zfc97"))))
(build-system python-build-system)
(arguments
`(#:phases