guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: curl: Update to 7.73.0.


From: guix-commits
Subject: 01/03: gnu: curl: Update to 7.73.0.
Date: Sun, 18 Oct 2020 12:30:47 -0400 (EDT)

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

commit 7e420add88484a01e31d87e4d7f56ee3682c8a66
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 18 11:57:44 2020 -0400

    gnu: curl: Update to 7.73.0.
    
    * gnu/packages/curl.scm (curl): Update to 7.73.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 9c78226..9731078 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -54,14 +54,14 @@
 (define-public curl
   (package
    (name "curl")
-   (version "7.72.0")
+   (version "7.73.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "04rpa53c6wycjrhldnm9kig1d7fc23k0m646vgh2wpyqqh40iv8d"))
+              "12j0qaij1ppgspray8xvs2qk3h3m23wdqh27x87y1aw8xaj7qk3w"))
             (patches (search-patches "curl-use-ssl-cert-env.patch"))))
    (build-system gnu-build-system)
    (outputs '("out"



reply via email to

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