summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-07-14 21:21:48 +0200
committerMarius Bakke <marius@gnu.org>2020-07-14 21:41:38 +0200
commit3b4bb631c3c28dd9d5390d93ca0be2629e544037 (patch)
tree241677ffbed1672d7cd4bce21c89960f66ad8c3f /gnu/packages/python-web.scm
parent007af2fb15176bc8d547163a2468e81924d62e75 (diff)
downloadguix-patches-3b4bb631c3c28dd9d5390d93ca0be2629e544037.tar
guix-patches-3b4bb631c3c28dd9d5390d93ca0be2629e544037.tar.gz
gnu: python-pycurl: Update to 7.43.0.5.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.43.0.5.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 34b00c6e65..a7e5e7081f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -608,14 +608,14 @@ C, yielding parse times that can be a thirtieth of the html5lib parse times.")
(define-public python-pycurl
(package
(name "python-pycurl")
- (version "7.43.0.2")
+ (version "7.43.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://dl.bintray.com/pycurl/pycurl/pycurl-"
version ".tar.gz"))
(sha256
- (base32 "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g"))))
+ (base32 "1cwlb76vddqp2mxqvjbhf367caddzy82rhangddjjhjqaj8x4zgc"))))
(build-system python-build-system)
(arguments
;; The tests attempt to access external web servers, so we cannot run