guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: curl: Remove graft for 7.65.0.


From: guix-commits
Subject: 02/02: gnu: curl: Remove graft for 7.65.0.
Date: Fri, 24 May 2019 18:45:38 -0400 (EDT)

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

commit 74659ebef1f6da73eac2ac1bf357c85e8add1118
Author: Marius Bakke <address@hidden>
Date:   Sat May 25 00:30:09 2019 +0200

    gnu: curl: Remove graft for 7.65.0.
    
    * gnu/packages/curl.scm (curl): Update to 7.65.0.
    (curl-7.65.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 338d26d..5be31ff 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -51,15 +51,14 @@
 (define-public curl
   (package
    (name "curl")
-   (replacement curl-7.65.0)
-   (version "7.64.1")
+   (version "7.65.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1cwg2skp953cqxbwn9ychy0lv4p3l38bsy3zz9xy6747gwm36llj"))))
+              "1kb6p510m0n0y1c8fjxbcs6dyaqgm8i54pjvj29zc14lj9ix4rkp"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ;1.2 MiB of man3 pages
@@ -144,19 +143,6 @@ 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")



reply via email to

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