diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 23:11:22 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-25 16:16:11 +0200 |
commit | 5f95df09b9e16d720cf8debc6de1aeaaf7218bd7 (patch) | |
tree | ced470d9ae3821fca3adf24f4a64356daec1e49f /gnu/packages | |
parent | 7f8ed249cf30729776b1703d6c5dbbdb1632dffe (diff) |
gnu: linux-pam: Update to 1.4.0.
* gnu/packages/linux.scm (linux-pam): Update to 1.4.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6f98277c89..945d7f2282 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1238,7 +1238,7 @@ application by hooking GStreamer into the loopback device.") (define-public linux-pam (package (name "linux-pam") - (version "1.3.1") + (version "1.4.0") (source (origin (method url-fetch) @@ -1247,7 +1247,7 @@ application by hooking GStreamer into the loopback device.") version "/Linux-PAM-" version ".tar.xz")) (sha256 (base32 - "1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g")) + "0d6hvz6lpkac08hw5wnlhfdm0fhqd0n6jf6v7fz3jhg6a6694vfd")) (patches (search-patches "linux-pam-no-setfsuid.patch")))) (build-system gnu-build-system) |