gnu: python-requests_ntlm: Update to 1.2.0.
* gnu/packages/python-web.scm (python-requests_ntlm): Update to 1.2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c36d4760c6
commit
e5f7c14ef6
@ -3215,17 +3215,17 @@ HTTP via a UNIX domain socket.")
|
|||||||
(define-public python-requests_ntlm
|
(define-public python-requests_ntlm
|
||||||
(package
|
(package
|
||||||
(name "python-requests_ntlm")
|
(name "python-requests_ntlm")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "requests_ntlm" version))
|
(uri (pypi-uri "requests_ntlm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wgbqzaq9w7bas16b7brdb75f91bh3275fb459093bk1ihpck2ci"))))
|
"1a0np7lk8ma1plv1s4aw5q9h2z3aljprkl9qsfypqcaf0zsqbhik"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cryptography python-ntlm-auth python-requests))
|
(list python-cryptography python-pyspnego python-requests))
|
||||||
(home-page "https://github.com/requests/requests-ntlm")
|
(home-page "https://github.com/requests/requests-ntlm")
|
||||||
(synopsis
|
(synopsis
|
||||||
"NTLM authentication support for Requests")
|
"NTLM authentication support for Requests")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user