[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: curl: Update to 7.72.0.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: curl: Update to 7.72.0. |
Date: |
Thu, 08 Oct 2020 05:56:13 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new cde87f3 gnu: curl: Update to 7.72.0.
cde87f3 is described below
commit cde87f38cf535d717fd46b19b988404d52f02c59
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Oct 8 09:21:40 2020 +0200
gnu: curl: Update to 7.72.0.
* gnu/packages/curl.scm (curl): Update to 7.72.0.
[native-inputs]: Add nghttp2.
---
gnu/packages/curl.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 6e08a64..6b507f7 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -53,14 +53,14 @@
(define-public curl
(package
(name "curl")
- (version "7.71.1")
+ (version "7.72.0")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
- "13357690bgr533dd49k0blwvkwcscgxwwj6ssifb5gnd4zd3xy20"))
+ "04rpa53c6wycjrhldnm9kig1d7fc23k0m646vgh2wpyqqh40iv8d"))
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
(build-system gnu-build-system)
(outputs '("out"
@@ -72,7 +72,8 @@
("nghttp2" ,nghttp2 "lib")
("zlib" ,zlib)))
(native-inputs
- `(("perl" ,perl)
+ `(("nghttp2" ,nghttp2)
+ ("perl" ,perl)
("pkg-config" ,pkg-config)
("python" ,python-wrapper)))
(native-search-paths
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: curl: Update to 7.72.0.,
guix-commits <=