* [bug#74901] [PATCH] gnu: python-pycurl: Update to 7.45.4.
@ 2024-12-15 20:37 Fredrik Salomonsson
0 siblings, 0 replies; only message in thread
From: Fredrik Salomonsson @ 2024-12-15 20:37 UTC (permalink / raw)
To: 74901
Cc: Fredrik Salomonsson, Lars-Dominik Braun, Marius Bakke,
Munyoki Kilyungi, Sharlatan Hellseher, Tanguy Le Carrour, jgart
* gnu/packages/python-web.scm (python-pycurl): Update to 7.45.4.
Change-Id: I0b5357b3515af810cecb5eebeba14f07e1f9bac3
---
gnu/packages/python-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3db2a995dc..794c47b389 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2084,7 +2084,7 @@ (define-public python-minio
(define-public python-pycurl
(package
(name "python-pycurl")
- (version "7.45.3")
+ (version "7.45.4")
(source
(origin
(method git-fetch)
@@ -2094,7 +2094,7 @@ (define-public python-pycurl
"REL_" (string-replace-substring version "." "_")))))
(file-name (git-file-name name version))
(sha256
- (base32 "0sqxz14p8qvhdb9pvlbrfdldn8s27l6hpv252s77kbbrj2pp294c"))))
+ (base32 "00cd1l0lsml0708hpv5k4qyhqfv0qphb0p317j9aci2wdspn1mpl"))))
(build-system pyproject-build-system)
(arguments
'(#:test-flags
@@ -2133,6 +2133,7 @@ (define-public python-pycurl
(native-inputs
(list python-bottle
python-flaky
+ python-flask
python-pytest
python-setuptools
python-wheel))
base-commit: 64ac17035d66d98d3081bc7fc558c33e1be8e4f4
--
2.46.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-15 20:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-15 20:37 [bug#74901] [PATCH] gnu: python-pycurl: Update to 7.45.4 Fredrik Salomonsson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.