guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: curl: Remove graft for 7.64.0.


From: guix-commits
Subject: 02/11: gnu: curl: Remove graft for 7.64.0.
Date: Mon, 11 Feb 2019 13:52:16 -0500 (EST)

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

commit 7d9ca5c4b55a22da249ff2afec07e0d0f7a623f4
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 11 19:45:27 2019 +0100

    gnu: curl: Remove graft for 7.64.0.
    
    * gnu/packages/curl.scm (curl): Update to 7.64.0.
    (curl-7.64.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 12a82d1..2e14e05 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -50,15 +50,14 @@
 (define-public curl
   (package
    (name "curl")
-   (replacement curl-7.64.0)
-   (version "7.63.0")
+   (version "7.64.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1i38v49233jirzlfqd8fy6jyf80assa953hk7w6qmysbg562604n"))))
+              "00b0mw4fc1pbmbh55maab24x3ijdvkbpl1s4njfa4jnl6kx16brg"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ;1.2 MiB of man3 pages
@@ -142,19 +141,6 @@ tunneling, and so on.")
                                   "See COPYING in the distribution."))
    (home-page "https://curl.haxx.se/";)))
 
-(define-public curl-7.64.0
-  (package
-    (inherit curl)
-    (version "7.64.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (string-append "https://curl.haxx.se/download/curl-";
-                            version ".tar.xz"))
-        (sha256
-         (base32
-          "00b0mw4fc1pbmbh55maab24x3ijdvkbpl1s4njfa4jnl6kx16brg"))))))
-
 (define-public kurly
   (package
     (name "kurly")



reply via email to

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