guix-commits
[Top][All Lists]
Advanced

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

15/28: gnu: cURL: Update to 7.68.0.


From: guix-commits
Subject: 15/28: gnu: cURL: Update to 7.68.0.
Date: Wed, 8 Jan 2020 15:58:47 -0500 (EST)

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

commit 343139dabbe858c9e34544ba21fab34fbc6df20d
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 8 16:29:13 2020 +0100

    gnu: cURL: Update to 7.68.0.
    
    * gnu/packages/curl.scm (curl): Update to 7.68.0.
---
 gnu/packages/curl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index a05c8e2..ee1cca4 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -50,14 +50,14 @@
 (define-public curl
   (package
    (name "curl")
-   (version "7.67.0")
+   (version "7.68.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0v2k1v28ams5fa9gkybmnpnlkfqa2im5diywa8wqqcvr0crfglpm"))))
+              "0nh3j90w6b97wqcgxjfq55qhkz9s38955fbhwzv2fsi7483j895p"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ;1.2 MiB of man3 pages



reply via email to

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