guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/40: gnu: linux-pam: Update to 1.5.1.


From: guix-commits
Subject: 02/40: gnu: linux-pam: Update to 1.5.1.
Date: Sun, 13 Dec 2020 15:46:12 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit a7755ba492348e7da15f0e177abff93da3a580e2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 29 18:14:49 2020 +0100

    gnu: linux-pam: Update to 1.5.1.
    
    * gnu/packages/linux.scm (linux-pam): Update to 1.5.1.
---
 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 f245635..eefaf1e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]