GNU bug report logs -
#74901
[PATCH] gnu: python-pycurl: Update to 7.45.4.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.