gnu: linux-pam: Update to 1.5.1.

* gnu/packages/linux.scm (linux-pam): Update to 1.5.1.
This commit is contained in:
Marius Bakke 2020-11-29 18:14:49 +01:00
parent d13ed52da2
commit a7755ba492
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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)