gnu: python-rauth: Update to 0.7.3.
* gnu/packages/python.scm (python-rauth): Update to 0.7.3.
This commit is contained in:
parent
36e0d9db90
commit
06fe79f263
|
@ -9003,14 +9003,14 @@ Python at your fingertips, in Lisp form.")
|
||||||
(define-public python-rauth
|
(define-public python-rauth
|
||||||
(package
|
(package
|
||||||
(name "python-rauth")
|
(name "python-rauth")
|
||||||
(version "0.7.2")
|
(version "0.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rauth" version))
|
(uri (pypi-uri "rauth" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00pq7zw429hhza9c0qzxiqp77m653jv09z92nralnmzwdf6pzicf"))))
|
"02kv8w8l98ky223avyq7vw7x1f2ya9chrm59r77ylq45qb0xnk2j"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "check"))
|
`(#:test-target "check"))
|
||||||
|
|
Loading…
Reference in New Issue