summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-29 18:14:49 +0100
committerMarius Bakke <marius@gnu.org>2020-12-13 21:44:09 +0100
commita7755ba492348e7da15f0e177abff93da3a580e2 (patch)
tree5d9cd82afddd0b9b1ad4fcc50793b219f3937ff7 /gnu
parentd13ed52da216ece35af8e4f4ae413eb05912794b (diff)
downloadguix-patches-a7755ba492348e7da15f0e177abff93da3a580e2.tar
guix-patches-a7755ba492348e7da15f0e177abff93da3a580e2.tar.gz
gnu: linux-pam: Update to 1.5.1.
* gnu/packages/linux.scm (linux-pam): Update to 1.5.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f245635f80..eefaf1e8f6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1303,7 +1303,7 @@ application by hooking GStreamer into the loopback device.")
(define-public linux-pam
(package
(name "linux-pam")
- (version "1.4.0")
+ (version "1.5.1")
(source
(origin
(method url-fetch)
@@ -1312,7 +1312,7 @@ application by hooking GStreamer into the loopback device.")
version "/Linux-PAM-" version ".tar.xz"))
(sha256
(base32
- "0d6hvz6lpkac08hw5wnlhfdm0fhqd0n6jf6v7fz3jhg6a6694vfd"))
+ "1z4jayf69qyyxln1gl6ch4qxfd66ib1g42garnrv2d8i1drl0790"))
(patches (search-patches "linux-pam-no-setfsuid.patch"))))
(build-system gnu-build-system)