gnu: python-requests-oauthlib: Update to 1.2.0.

* gnu/packages/python-web.scm (python-requests-oauthlib): Update to 1.2.0.
master
Marius Bakke 2019-05-12 19:01:03 +02:00
parent c8a7cc69c9
commit 395c142ed9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1867,14 +1867,14 @@ concurrent HTTP client library for python using @code{gevent}.")
(define-public python-requests-oauthlib
(package
(name "python-requests-oauthlib")
(version "0.6.2")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "requests-oauthlib" version))
(sha256
(base32
"0ykff67sjcl227c23g0rxzfx34rr5bf21kwv0z3zmgk0lfmch7hn"))))
"0mrglgcvq7k48pf27s4gifdk0za8xmgpf55jy15yjj471qrk6rdx"))))
(build-system python-build-system)
(arguments
`(#:phases