guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: nss-pam-ldapd: Update to 0.9.8.


From: Ricardo Wurmus
Subject: 04/04: gnu: nss-pam-ldapd: Update to 0.9.8.
Date: Sun, 9 Jul 2017 14:11:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4883f709074237f2ae5eed6cd7d826c1c59b13f6
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jul 9 20:10:37 2017 +0200

    gnu: nss-pam-ldapd: Update to 0.9.8.
    
    * gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.8.
---
 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 24bf603..b7e13f0 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -92,14 +92,14 @@
 (define-public nss-pam-ldapd
   (package
     (name "nss-pam-ldapd")
-    (version "0.9.7")
+    (version "0.9.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://arthurdejong.org/nss-pam-ldapd/";
                                   "nss-pam-ldapd-" version ".tar.gz"))
               (sha256
                (base32
-                "1sw36w6zkzvabvjckqick032j5p5xi0qi3sgnh0znzxz31jqvf0d"))))
+                "0gs5ycbfpry6mn5srai54rqwyjj960yc1g5ppv3shg80ybkn4wzg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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