guix-commits
[Top][All Lists]
Advanced

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

27/45: gnu: apr-util: Update to 1.6.3.


From: guix-commits
Subject: 27/45: gnu: apr-util: Update to 1.6.3.
Date: Sun, 18 Feb 2024 08:41:07 -0500 (EST)

jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.

commit e2030ed3bd9b15e5002f14e97d8008f1d077ea1d
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Feb 2 19:02:44 2024 +0100

    gnu: apr-util: Update to 1.6.3.
    
    * gnu/packages/apr.scm (apr-util): Update to 1.6.3.
    
    Change-Id: I5c227f8dc0cecd3d8126ec0deaf8d0f5044953e8
---
 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 a568457991..3bd4d1ecce 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -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))



reply via email to

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