mbakke pushed a commit to branch wip-staging
in repository guix.

commit 5f95df09b9e16d720cf8debc6de1aeaaf7218bd7
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Jul 24 23:11:22 2020 +0200

    gnu: linux-pam: Update to 1.4.0.
    
    * gnu/packages/linux.scm (linux-pam): Update to 1.4.0.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6f98277..945d7f2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1238,7 +1238,7 @@ application by hooking GStreamer into the loopback 
device.")
 (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 @@ application by hooking GStreamer into the loopback 
device.")
              version "/Linux-PAM-" version ".tar.xz"))
        (sha256
         (base32
-         "1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g"))
+         "0d6hvz6lpkac08hw5wnlhfdm0fhqd0n6jf6v7fz3jhg6a6694vfd"))
        (patches (search-patches "linux-pam-no-setfsuid.patch"))))
 
     (build-system gnu-build-system)

Reply via email to