gnu: linux-pam: Update to 1.4.0.

* gnu/packages/linux.scm (linux-pam): Update to 1.4.0.
This commit is contained in:
Marius Bakke 2020-07-24 23:11:22 +02:00
parent 7f8ed249cf
commit 5f95df09b9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1238,7 +1238,7 @@ (define-public v4l2loopback-linux-module
(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 @@ (define-public linux-pam
version "/Linux-PAM-" version ".tar.xz"))
(sha256
(base32
"1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g"))
"0d6hvz6lpkac08hw5wnlhfdm0fhqd0n6jf6v7fz3jhg6a6694vfd"))
(patches (search-patches "linux-pam-no-setfsuid.patch"))))
(build-system gnu-build-system)