1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: apr-util: Update to 1.6.3.

* gnu/packages/apr.scm (apr-util): Update to 1.6.3.

Change-Id: I5c227f8dc0cecd3d8126ec0deaf8d0f5044953e8
This commit is contained in:
Josselin Poiret 2024-02-02 19:02:44 +01:00 committed by Ludovic Courtès
parent 0544704975
commit 45f99a1e6a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))