gnu: linux-pam: Update to 1.5.1.
authorMarius Bakke <marius@gnu.org>
Sun, 29 Nov 2020 17:14:49 +0000 (18:14 +0100)
committerMarius Bakke <marius@gnu.org>
Sun, 13 Dec 2020 20:44:09 +0000 (21:44 +0100)
* gnu/packages/linux.scm (linux-pam): Update to 1.5.1.

gnu/packages/linux.scm

index f245635..eefaf1e 100644 (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)