guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: nss-pam-ldapd: Update to 0.9.10.


From: Ricardo Wurmus
Subject: 01/01: gnu: nss-pam-ldapd: Update to 0.9.10.
Date: Wed, 5 Sep 2018 05:44:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ca1dc4c76a81d289360c0601fed16a7852833d9b
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 11:44:15 2018 +0200

    gnu: nss-pam-ldapd: Update to 0.9.10.
    
    * gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.10.
---
 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 12964e3..4b615b5 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -108,14 +108,14 @@
 (define-public nss-pam-ldapd
   (package
     (name "nss-pam-ldapd")
-    (version "0.9.9")
+    (version "0.9.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://arthurdejong.org/nss-pam-ldapd/";
                                   "nss-pam-ldapd-" version ".tar.gz"))
               (sha256
                (base32
-                "1lj7qkjlg3bshwdc5x5r1ny37rly4wgm1c8b6w6b5f4wa11nmji0"))))
+                "1cqamcr6qpgwxijlr6kg7jspjamjra8w0haan0qssn0yxn95d7c0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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