me
/
guix
Archived
1
0
Fork 0

gnu: apr: Update to 1.5.4.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Manolis Ragkousis 2015-01-27 00:55:32 +00:00 committed by Ludovic Courtès
parent 64605c20ec
commit 9506a01c6d
1 changed files with 2 additions and 2 deletions

View File

@ -64,14 +64,14 @@ around or take advantage of platform-specific deficiencies or features.")
(define-public apr-util
(package
(name "apr-util")
(version "1.5.3")
(version "1.5.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/apr/apr-util-"
version ".tar.bz2"))
(sha256
(base32
"0s1rpqjy5xr03k9s4xrsm5wvhj5286vlkf6jvqayw99yy5sb3vbq"))))
"06achip1m7g1dgs1makpj3m8jhn73j2f0yqxl8sdd1n2kfji4slp"))))
(build-system gnu-build-system)
(inputs
`(("apr" ,apr)))