summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2024-02-02 19:02:44 +0100
committerJosselin Poiret <dev@jpoiret.xyz>2024-02-14 09:52:51 +0100
commite2030ed3bd9b15e5002f14e97d8008f1d077ea1d (patch)
tree6ea20681c1a3d383948ead4a918d7671e8dd9358
parent58c9ff8930ca1a556bdd0aa2c6e4fae4274a5d51 (diff)
gnu: apr-util: Update to 1.6.3.
* gnu/packages/apr.scm (apr-util): Update to 1.6.3. Change-Id: I5c227f8dc0cecd3d8126ec0deaf8d0f5044953e8
-rw-r--r--gnu/packages/apr.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm
index a568457991..3bd4d1ecce 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -81,14 +81,14 @@ around or take advantage of platform-specific deficiencies or features.")
(define-public apr-util
(package
(name "apr-util")
- (version "1.6.1")
+ (version "1.6.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/apr/apr-util-"
version ".tar.bz2"))
(sha256
(base32
- "0nq3s1yn13vplgl6qfm09f7n0wm08malff9s59bqf9nid9xjzqfk"))))
+ "1dbjjwyfqvq7xa7xsxq2rv0clkwsmna2j12575n34ih7f7ipc454"))))
(build-system gnu-build-system)
(inputs
(list apr))