guix-commits
[Top][All Lists]
Advanced

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

30/94: gnu: openldap: Update to 2.4.48.


From: guix-commits
Subject: 30/94: gnu: openldap: Update to 2.4.48.
Date: Thu, 5 Dec 2019 12:15:31 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 857d443494740a04a4c1a90f9be23d955f54a7a6
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 3 00:10:55 2019 +0100

    gnu: openldap: Update to 2.4.48.
    
    * gnu/packages/openldap.scm (openldap): Update to 2.4.48.
---
 gnu/packages/openldap.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 8316a59..ec52878 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -59,7 +59,7 @@
 (define-public openldap
   (package
    (name "openldap")
-   (version "2.4.47")
+   (version "2.4.48")
    (source (origin
             (method url-fetch)
 
@@ -76,7 +76,7 @@
                         "openldap-release/openldap-" version ".tgz")))
             (sha256
              (base32
-              "02sj0p1pq12hqq29b22m3f5zs2rykgvc0q3wlynxjcsjhrvmhk7m"))))
+              "0k87qra4kirb6xgja4q1jyw6piwb9v8b8g6gkxq4plawmgy3ylnr"))))
    (build-system gnu-build-system)
    (inputs `(("bdb" ,bdb-5.3)
              ("cyrus-sasl" ,cyrus-sasl)



reply via email to

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