me
/
guix
Archived
1
0
Fork 0

gnu: Add python-requests-toolbelt-0.9.1.

* gnu/packages/python-web.scm (python-requests-toolbelt-0.9.1): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Leo Prikler 2020-08-25 19:37:33 +02:00 committed by Mathieu Othacehe
parent f80b800dbe
commit c005550769
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 14 additions and 0 deletions

View File

@ -2003,6 +2003,20 @@ with python-requests.")
(define-public python2-requests-toolbelt (define-public python2-requests-toolbelt
(package-with-python2 python-requests-toolbelt)) (package-with-python2 python-requests-toolbelt))
(define-public python-requests-toolbelt-0.9.1
(package
(inherit python-requests-toolbelt)
(version "0.9.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests-toolbelt" version))
(sha256
(base32
"1h3gm88dcjbd7gm229a7x5qkkhnsqsjz0m0l2xyavm2ab3a8k04n"))))
(arguments
`(;; FIXME: Some tests require network access.
#:tests? #f))))
(define-public python-oauthlib (define-public python-oauthlib
(package (package
(name "python-oauthlib") (name "python-oauthlib")