guix-commits
[Top][All Lists]
Advanced

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

12/34: gnu: curl: Remove replacement for 7.62.0.


From: guix-commits
Subject: 12/34: gnu: curl: Remove replacement for 7.62.0.
Date: Wed, 12 Dec 2018 15:56:45 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 30eb854a5714600405f2817a4965663c7d6e0d7e
Author: Marius Bakke <address@hidden>
Date:   Mon Dec 10 00:59:01 2018 +0100

    gnu: curl: Remove replacement for 7.62.0.
    
    * gnu/packages/curl.scm (curl): Update to 7.62.0.
    [replacement]: Remove field.
    (curl-7.62.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 61313af..9430ece 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -50,15 +50,14 @@
 (define-public curl
   (package
    (name "curl")
-   (version "7.61.1")
-   (replacement curl-7.62.0)
+   (version "7.62.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "148qv1f32290r9pwg07mccawihz4srznkzsdwdl2xllvlgb16n9x"))))
+              "1hbm29r3pirhn4gkcnd94ylc4jzgn3v3v7qbay9awxg7bwx69dfs"))))
    (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.62.0
-  (package
-    (inherit curl)
-    (version "7.62.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (string-append "https://curl.haxx.se/download/curl-";
-                            version ".tar.xz"))
-        (sha256
-         (base32
-          "1hbm29r3pirhn4gkcnd94ylc4jzgn3v3v7qbay9awxg7bwx69dfs"))))))
-
 (define-public kurly
   (package
     (name "kurly")



reply via email to

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