Skip to content
Snippets Groups Projects
Unverified Commit 30d7207f authored by Cyril Roelandt's avatar Cyril Roelandt
Browse files

gnu: python-requests-toolbelt: Update to 0.8.0.

* gnu/packages/python.scm (python-requests-toolbelt): Udpate to 0.8.0.
parent 8e483fb5
No related branches found
No related tags found
No related merge requests found
......@@ -9242,16 +9242,13 @@ (define-public python2-atomicwrites
(define-public python-requests-toolbelt
(package
(name "python-requests-toolbelt")
(version "0.6.2")
(version "0.8.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/"
"e1/a4/a94c037bc72ad70441aff1403d3243510d2542ddca7759faaeffeb11aefe/"
"requests-toolbelt-" version ".tar.gz"))
(uri (pypi-uri "requests-toolbelt" version))
(sha256
(base32
"15q9nrgp85nqlr4kdz1zvj8z2npafi2sr12y7fqgxbkq28j1aci6"))))
"1dc7l42i4080r8i4m9fj51jx367lqkai170vrv7wd93gdj9k39gn"))))
(build-system python-build-system)
(native-inputs
`(("python-betamax" ,python-betamax)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment