[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-requests-next: Update to 2.32.3.
From: |
guix-commits |
Subject: |
01/02: gnu: python-requests-next: Update to 2.32.3. |
Date: |
Wed, 10 Jul 2024 17:01:42 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit bb1eb43c31b3cba323ac279e6c8fd69f35c7241f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Jul 10 00:28:45 2024 -0400
gnu: python-requests-next: Update to 2.32.3.
* gnu/packages/python-web.scm (python-requests-next): Update to 2.32.3.
Change-Id: Iaf2ebe678b4ee6a4d57a3c5273db244d240e2b55
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index eef63351ef..177d1015f0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3606,13 +3606,13 @@ than Python’s urllib2 library.")
(define-public python-requests-next
(package
(name "python-requests")
- (version "2.31.0")
+ (version "2.32.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests" version))
(sha256
(base32
- "1qfidaynsrci4wymrw3srz8v1zy7xxpcna8sxpm91mwqixsmlb4l"))))
+ "0q5742pnibwy74169kacin3dmqg9jzmzk7qab5aq5caffcbm8djm"))))
(build-system python-build-system)
(propagated-inputs
(list python-certifi