guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: apr: Update to 1.6.5.


From: guix-commits
Subject: 01/15: gnu: apr: Update to 1.6.5.
Date: Sun, 10 Feb 2019 15:14:29 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 118be6e8cad8a82189efd2f32e104131a99e2be5
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 10 18:53:42 2019 +0100

    gnu: apr: Update to 1.6.5.
    
    * gnu/packages/apr.scm (apr): Update to 1.6.5.
---
 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 8ccec08..1a4a1c6 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -30,14 +30,14 @@
 (define-public apr
   (package
     (name "apr")
-    (version "1.6.3")
+    (version "1.6.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/apr/apr-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0wiik6amxn6lkc55fv9yz5i3kbxnqbp36alrzabx1avsdp8hc7qk"))
+               "01d1n1ql66bxsjx0wyzazmkqdqdmr0is6a7lwyy5kzy4z7yajz56"))
              (patches
               (search-patches "apr-skip-getservbyname-test.patch"))
              (patch-flags '("-p0"))))



reply via email to

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