diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-26 13:20:08 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-26 13:20:52 -0500 |
commit | c976b319fe79d364e7b7e0a17ca0a1ed2510339d (patch) | |
tree | 230580a36d8d5f1abd3ea47d61da3dd1fcca5e63 /gnu | |
parent | f1775db66089d6b69b8061c00432ef04eb970840 (diff) | |
download | guix-c976b319fe79d364e7b7e0a17ca0a1ed2510339d.tar.gz |
gnu: python-stem: Update to 1.5.3.
* gnu/packages/python.scm (python-stem, python2-stem): Update to 1.5.3. [source]: Update URL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4d79285937..919c05fcf9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10648,14 +10648,14 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." (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 |