Forgot to change the hash.
From bb2c872cb7873dfd2ff16db04ff67d80330ea57a Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis...@gmail.com>
Date: Tue, 27 Jan 2015 00:55:32 +0000
Subject: [PATCH] gnu: apr: Update to 1.5.4.

* gnu/packages/apr.scm (apr-util): Update to 1.5.4
---
 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 3e53a61..5221f5b 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -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)))
-- 
2.2.2

Reply via email to