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.9.


From: Ricardo Wurmus
Subject: 01/01: gnu: nss-pam-ldapd: Update to 0.9.9.
Date: Mon, 19 Feb 2018 12:16:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ab36fb17e6971c768ff6cd3e7c54031d1fb8436b
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 19 18:14:42 2018 +0100

    gnu: nss-pam-ldapd: Update to 0.9.9.
    
    * gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.9.
---
 gnu/packages/openldap.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 08307e3..3e3b2d8 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
-;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -93,14 +93,14 @@
 (define-public nss-pam-ldapd
   (package
     (name "nss-pam-ldapd")
-    (version "0.9.8")
+    (version "0.9.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://arthurdejong.org/nss-pam-ldapd/";
                                   "nss-pam-ldapd-" version ".tar.gz"))
               (sha256
                (base32
-                "0gs5ycbfpry6mn5srai54rqwyjj960yc1g5ppv3shg80ybkn4wzg"))))
+                "1lj7qkjlg3bshwdc5x5r1ny37rly4wgm1c8b6w6b5f4wa11nmji0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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