guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: apr: Update to 1.5.4.


From: Ludovic Courtès
Subject: 03/07: gnu: apr: Update to 1.5.4.
Date: Tue, 27 Jan 2015 09:34:34 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9506a01c6dcc34b6ad75b17bed0b010ab0aed6ff
Author: Manolis Ragkousis <address@hidden>
Date:   Tue Jan 27 00:55:32 2015 +0000

    gnu: apr: Update to 1.5.4.
    
    * gnu/packages/apr.scm (apr-util): Update to 1.5.4
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/apr.scm |    4 ++--
 1 files 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]