[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/36: gnu: apr: Update to 1.7.4.
From: |
guix-commits |
Subject: |
26/36: gnu: apr: Update to 1.7.4. |
Date: |
Wed, 14 Feb 2024 04:31:15 -0500 (EST) |
jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.
commit 58c9ff8930ca1a556bdd0aa2c6e4fae4274a5d51
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Feb 2 19:01:48 2024 +0100
gnu: apr: Update to 1.7.4.
* gnu/packages/apr.scm (apr): Update to 1.7.4.
Change-Id: I6234403390847a68eab7ee17bc9d83581c14339c
---
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 aac3822eae..a568457991 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -33,14 +33,14 @@
(define-public apr
(package
(name "apr")
- (version "1.7.0")
+ (version "1.7.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/apr/apr-"
version ".tar.bz2"))
(sha256
(base32
- "1spp6r2a3xcl5yajm9safhzyilsdzgagc2dadif8x6z9nbq4iqg2"))
+ "0xsmqgjiyw3s6va5dm86djnjzg9r0qc1zsldwz4sd8pkhglqsr7w"))
(patches
(search-patches "apr-skip-getservbyname-test.patch"))
(patch-flags '("-p0"))))
- 07/36: gnu: cryptsetup-static: Fix static build., (continued)
- 07/36: gnu: cryptsetup-static: Fix static build., guix-commits, 2024/02/14
- 11/36: gnu: gcc: Simplify application of Hurd-specific pthread patch., guix-commits, 2024/02/14
- 13/36: gnu: libxcrypt: Remove python from native-inputs., guix-commits, 2024/02/14
- 14/36: gnu: python: Add libxcrypt dependency., guix-commits, 2024/02/14
- 19/36: gnu: eudev: Update to 3.2.14., guix-commits, 2024/02/14
- 20/36: services: udev: Rewrite udev-rule to use file->udev-rule., guix-commits, 2024/02/14
- 28/36: gnu: apr: Add libxcrypt dependency., guix-commits, 2024/02/14
- 15/36: gnu: linux-pam: Add libxcrypt dependency., guix-commits, 2024/02/14
- 16/36: gnu: elogind: Add libxcrypt dependency., guix-commits, 2024/02/14
- 18/36: gnu: tcsh: Add libxcrypt dependency., guix-commits, 2024/02/14
- 26/36: gnu: apr: Update to 1.7.4.,
guix-commits <=
- 31/36: gnu: cups-minimal: Add libxcrypt dependency., guix-commits, 2024/02/14
- 32/36: gnu: cyrus-sasl: Add libxcrypt dependency., guix-commits, 2024/02/14
- 33/36: gnu: tdb: Add libxcrypt dependency., guix-commits, 2024/02/14
- 03/36: gnu: Add libcryptsetup-propagated-inputs., guix-commits, 2024/02/14
- 05/36: gnu: libblockdev: Add libcryptsetup propagated inputs., guix-commits, 2024/02/14
- 04/36: gnu: volume-key: Add required transitive dependencies., guix-commits, 2024/02/14
- 08/36: Partially revert gnu: python-matplotlib: Fix flaky Legend loc test., guix-commits, 2024/02/14
- 10/36: gnu: glibc: Update to 2.39., guix-commits, 2024/02/14
- 17/36: gnu: shadow: Add libxcrypt dependency., guix-commits, 2024/02/14
- 21/36: services: udev: Make udev-rule helper functions generic., guix-commits, 2024/02/14