gnu: curl: Remove graft for 7.56.1.

* gnu/packages/curl.scm (curl): Update to 7.56.1.
(curl-7.56.1): Remove variable.
master
Marius Bakke 2017-10-24 22:02:27 +02:00
parent ca4fd41de8
commit a9c4f1ba51
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 16 deletions

View File

@ -43,15 +43,14 @@
(define-public curl
(package
(name "curl")
(version "7.56.0")
(replacement curl-7.56.1)
(version "7.56.1")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"0wni3zkw7jyrwgwkqnrkf2x2b7c78wsp7p4z6a246hz9l367nhrj"))))
"1l9r386qz7l7h4n5lysrf1wq93lyc72a7shgg9b8s5d0ycn2ivcf"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.2 MiB of man3 pages
@ -131,16 +130,3 @@ tunneling, and so on.")
(license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution."))
(home-page "https://curl.haxx.se/")))
(define-public curl-7.56.1
(package
(inherit curl)
(version "7.56.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"1l9r386qz7l7h4n5lysrf1wq93lyc72a7shgg9b8s5d0ycn2ivcf"))))))