guix-commits
[Top][All Lists]
Advanced

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

12/18: gnu: curl: Update to 7.65.3.


From: guix-commits
Subject: 12/18: gnu: curl: Update to 7.65.3.
Date: Wed, 31 Jul 2019 08:58:41 -0400 (EDT)

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

commit 888940c2d3ad81826741f4fcdf0b330c7c7799f0
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 21 17:29:16 2019 +0200

    gnu: curl: Update to 7.65.3.
    
    * gnu/packages/curl.scm (curl): Update to 7.65.3.
---
 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 24932c9..5e1e7eb 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -50,14 +50,14 @@
 (define-public curl
   (package
    (name "curl")
-   (version "7.65.1")
+   (version "7.65.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0ym7b741hp4mgrvgp2z5ia7kb0pfqzdmfc65qzmml8vzhxs21hpn"))))
+              "1sjz4fq7jg96mpmpqq82nd61njna6jp3c4m9yrbx2j1rh5a8ingj"))))
    (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]