[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-requests_ntlm: Update to 1.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-requests_ntlm: Update to 1.2.0. |
Date: |
Thu, 14 Sep 2023 05:59:45 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e5f7c14ef6 gnu: python-requests_ntlm: Update to 1.2.0.
e5f7c14ef6 is described below
commit e5f7c14ef6c951f02ca710fad1869db3aedff4b5
Author: c4droid <c4droid@foxmail.com>
AuthorDate: Thu Sep 14 17:29:26 2023 +0800
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>
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 93fd2d2278..12f0ce6208 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3215,17 +3215,17 @@ HTTP via a UNIX domain socket.")
(define-public python-requests_ntlm
(package
(name "python-requests_ntlm")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "requests_ntlm" version))
(sha256
(base32
- "0wgbqzaq9w7bas16b7brdb75f91bh3275fb459093bk1ihpck2ci"))))
+ "1a0np7lk8ma1plv1s4aw5q9h2z3aljprkl9qsfypqcaf0zsqbhik"))))
(build-system python-build-system)
(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")
(synopsis
"NTLM authentication support for Requests")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-requests_ntlm: Update to 1.2.0.,
guix-commits <=