guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: curl: Remove graft for 7.56.1.


From: Marius Bakke
Subject: 01/03: gnu: curl: Remove graft for 7.56.1.
Date: Tue, 24 Oct 2017 16:17:35 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a9c4f1ba51de9a0a38446437e80a77c46da0da5a
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 24 22:02:27 2017 +0200

    gnu: curl: Remove graft for 7.56.1.
    
    * gnu/packages/curl.scm (curl): Update to 7.56.1.
    (curl-7.56.1): Remove variable.
---
 gnu/packages/curl.scm | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index cad2d6f..c291d60 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -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"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]