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:
parent
0544704975
commit
45f99a1e6a
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue