Merge branch 'staging' into core-updates

This commit is contained in:
Marius Bakke 2019-05-25 00:25:15 +02:00
commit 57df83e07d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
300 changed files with 116781 additions and 129742 deletions

View file

@ -51,6 +51,7 @@
(define-public curl
(package
(name "curl")
(replacement curl-7.65.0)
(version "7.64.1")
(source (origin
(method url-fetch)
@ -143,6 +144,19 @@ tunneling, and so on.")
"See COPYING in the distribution."))
(home-page "https://curl.haxx.se/")))
(define-public curl-7.65.0
(package
(inherit curl)
(version "7.65.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"1kb6p510m0n0y1c8fjxbcs6dyaqgm8i54pjvj29zc14lj9ix4rkp"))))))
(define-public kurly
(package
(name "kurly")