diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-19 18:14:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-19 18:16:16 +0100 |
commit | ab36fb17e6971c768ff6cd3e7c54031d1fb8436b (patch) | |
tree | 12b90e4fa69b0cd264a64dbfbe189a289f722935 /gnu | |
parent | 5f3155ee6c99580f802e39c01528834800894d42 (diff) | |
download | patches-ab36fb17e6971c768ff6cd3e7c54031d1fb8436b.tar patches-ab36fb17e6971c768ff6cd3e7c54031d1fb8436b.tar.gz |
gnu: nss-pam-ldapd: Update to 0.9.9.
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/openldap.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm index 08307e37b9..3e3b2d8928 100644 --- a/gnu/packages/openldap.scm +++ b/gnu/packages/openldap.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2016 Leo Famulari <leo@famulari.name> -;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net> ;;; ;;; 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 |