[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: apr: Update to 1.7.0.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: apr: Update to 1.7.0. |
Date: |
Wed, 06 Jan 2021 04:47:43 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new be98826 gnu: apr: Update to 1.7.0.
be98826 is described below
commit be98826d3c02c1488073ecc1e93a517e8ef0bfa6
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Dec 28 15:44:00 2020 +0100
gnu: apr: Update to 1.7.0.
* gnu/packages/apr.scm (apr): Update to 1.7.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/apr.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm
index 1a4a1c6..5ef1488 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -30,14 +30,14 @@
(define-public apr
(package
(name "apr")
- (version "1.6.5")
+ (version "1.7.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/apr/apr-"
version ".tar.bz2"))
(sha256
(base32
- "01d1n1ql66bxsjx0wyzazmkqdqdmr0is6a7lwyy5kzy4z7yajz56"))
+ "1spp6r2a3xcl5yajm9safhzyilsdzgagc2dadif8x6z9nbq4iqg2"))
(patches
(search-patches "apr-skip-getservbyname-test.patch"))
(patch-flags '("-p0"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: apr: Update to 1.7.0.,
guix-commits <=