guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: curl: Remove graft for 7.57.0.


From: Marius Bakke
Subject: 04/06: gnu: curl: Remove graft for 7.57.0.
Date: Tue, 5 Dec 2017 17:51:49 -0500 (EST)

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

commit da663457da6d038ae38f5c96fe38fc35e93a4f50
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 5 23:44:47 2017 +0100

    gnu: curl: Remove graft for 7.57.0.
    
    * gnu/packages/curl.scm (curl): Update to 7.57.0.
    (curl-7.57.0): 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 8cc590d..2c28f3d 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -43,15 +43,14 @@
 (define-public curl
   (package
    (name "curl")
-   (version "7.56.1")
-   (replacement curl-7.57.0)
+   (version "7.57.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1l9r386qz7l7h4n5lysrf1wq93lyc72a7shgg9b8s5d0ycn2ivcf"))))
+              "0y3qbjjcxhcvm1yawp3spfssjbskv0g6gyzld6ckif5pf8ygvxpm"))))
    (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.57.0
-  (package
-    (inherit curl)
-    (version "7.57.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (string-append "https://curl.haxx.se/download/curl-";
-                            version ".tar.xz"))
-        (sha256
-         (base32
-          "0y3qbjjcxhcvm1yawp3spfssjbskv0g6gyzld6ckif5pf8ygvxpm"))))))



reply via email to

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