guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: curl: Update to 7.82.0.


From: guix-commits
Subject: 03/03: gnu: curl: Update to 7.82.0.
Date: Sun, 8 May 2022 08:52:31 -0400 (EDT)

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

commit 6ff0f60dab05de2d5dbbf44ab26e36bca2c53d57
Author: Paul Alesius <paul@unnservice.com>
AuthorDate: Mon Mar 21 17:37:02 2022 +0100

    gnu: curl: Update to 7.82.0.
    
    * gnu/packages/curl.scm (curl): Update to 7.82.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 d36519260e..98bd501c11 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -61,14 +61,14 @@
 (define-public curl
   (package
    (name "curl")
-   (version "7.79.1")
+   (version "7.82.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://curl.haxx.se/download/curl-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "129n9hi7rbg3s112chyadhp4y27ppb5i65n12wm77aw2255zf1h6"))
+               "0g2qibjxq3397myjkw3asyxqvhym1pl3qw7jaii9dc04ppbi5aha"))
              (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]