[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/217: gnu: apr: Update to 1.7.0.
From: |
guix-commits |
Subject: |
01/217: gnu: apr: Update to 1.7.0. |
Date: |
Sun, 14 Nov 2021 19:20:21 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit dcb7a4758db10a7c3cedb32e8170038c838edf4d
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: Leo Famulari <leo@famulari.name>
---
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"))))
- branch core-updates-frozen-batched-changes created (now 22477c2), guix-commits, 2021/11/14
- 01/217: gnu: apr: Update to 1.7.0.,
guix-commits <=
- 12/217: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/14
- 03/217: gnu: rust: Update to 1.50., guix-commits, 2021/11/14
- 02/217: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/11/14
- 08/217: gnu: gtk+: Add a debug output., guix-commits, 2021/11/14
- 14/217: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/11/14
- 15/217: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/14
- 07/217: gnu: json-c: Update to 0.15., guix-commits, 2021/11/14
- 06/217: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/14
- 04/217: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/11/14
- 18/217: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/14