gnu: linux-pam: Update to 1.4.0.
* gnu/packages/linux.scm (linux-pam): Update to 1.4.0.
This commit is contained in:
parent
7f8ed249cf
commit
5f95df09b9
1 changed files with 2 additions and 2 deletions
|
@ -1238,7 +1238,7 @@ application by hooking GStreamer into the loopback device.")
|
||||||
(define-public linux-pam
|
(define-public linux-pam
|
||||||
(package
|
(package
|
||||||
(name "linux-pam")
|
(name "linux-pam")
|
||||||
(version "1.3.1")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1247,7 +1247,7 @@ application by hooking GStreamer into the loopback device.")
|
||||||
version "/Linux-PAM-" version ".tar.xz"))
|
version "/Linux-PAM-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g"))
|
"0d6hvz6lpkac08hw5wnlhfdm0fhqd0n6jf6v7fz3jhg6a6694vfd"))
|
||||||
(patches (search-patches "linux-pam-no-setfsuid.patch"))))
|
(patches (search-patches "linux-pam-no-setfsuid.patch"))))
|
||||||
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue