gnu: python-oauthlib: Update to 3.1.0.
* gnu/packages/python-web.scm (python-oauthlib): Update to 3.1.0.master
parent
a05b7f6a44
commit
2eb74175d9
|
@ -2164,13 +2164,13 @@ adapter for use with the Requests library.")
|
||||||
(define-public python-oauthlib
|
(define-public python-oauthlib
|
||||||
(package
|
(package
|
||||||
(name "python-oauthlib")
|
(name "python-oauthlib")
|
||||||
(version "3.0.1")
|
(version "3.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "oauthlib" version))
|
(uri (pypi-uri "oauthlib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"163jg4a8f7c5ki655grrr47kgljy12wri3qly7ijf64sk1fjrqqc"))))
|
"12gqnabwck30gdlpwm6af3s28qm9p2yc7b1w8s4fk9ncbz1irr5y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue