gnu: python-requests-toolbelt: Update to 0.8.0.
* gnu/packages/python.scm (python-requests-toolbelt): Udpate to 0.8.0.
This commit is contained in:
parent
8e483fb540
commit
30d7207f2e
|
@ -9242,16 +9242,13 @@ for atomic file system operations.")
|
||||||
(define-public python-requests-toolbelt
|
(define-public python-requests-toolbelt
|
||||||
(package
|
(package
|
||||||
(name "python-requests-toolbelt")
|
(name "python-requests-toolbelt")
|
||||||
(version "0.6.2")
|
(version "0.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "requests-toolbelt" version))
|
||||||
"https://pypi.python.org/packages/"
|
|
||||||
"e1/a4/a94c037bc72ad70441aff1403d3243510d2542ddca7759faaeffeb11aefe/"
|
|
||||||
"requests-toolbelt-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15q9nrgp85nqlr4kdz1zvj8z2npafi2sr12y7fqgxbkq28j1aci6"))))
|
"1dc7l42i4080r8i4m9fj51jx367lqkai170vrv7wd93gdj9k39gn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-betamax" ,python-betamax)
|
`(("python-betamax" ,python-betamax)
|
||||||
|
|
Loading…
Reference in New Issue