mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: python-pycurl: Update to 7.43.0.5.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.43.0.5.
This commit is contained in:
parent
007af2fb15
commit
3b4bb631c3
1 changed files with 2 additions and 2 deletions
|
@ -608,14 +608,14 @@ (define-public python2-html5-parser
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue