diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-22 20:53:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-23 02:53:17 +0100 |
commit | 06fe79f263a70cf6f368406e23147a3e87eb1551 (patch) | |
tree | 115151ee1930f9b9150b2e7dd251eb9a7e035f80 /gnu/packages | |
parent | 36e0d9db90abe2d6e28994858cd0e74edb873112 (diff) | |
download | guix-06fe79f263a70cf6f368406e23147a3e87eb1551.tar guix-06fe79f263a70cf6f368406e23147a3e87eb1551.tar.gz |
gnu: python-rauth: Update to 0.7.3.
* gnu/packages/python.scm (python-rauth): Update to 0.7.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1730d5d44c..2b9b6cad16 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9003,14 +9003,14 @@ Python at your fingertips, in Lisp form.") (define-public python-rauth (package (name "python-rauth") - (version "0.7.2") + (version "0.7.3") (source (origin (method url-fetch) (uri (pypi-uri "rauth" version)) (sha256 (base32 - "00pq7zw429hhza9c0qzxiqp77m653jv09z92nralnmzwdf6pzicf")))) + "02kv8w8l98ky223avyq7vw7x1f2ya9chrm59r77ylq45qb0xnk2j")))) (build-system python-build-system) (arguments `(#:test-target "check")) |