guix-commits
[Top][All Lists]
Advanced

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

14/17: gnu: linux-pam: Update to 1.3.1.


From: Tobias Geerinckx-Rice
Subject: 14/17: gnu: linux-pam: Update to 1.3.1.
Date: Tue, 12 Jun 2018 09:30:33 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit eca24b2f3de369477b268d902dfad6daed85433a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 11 17:09:29 2018 +0200

    gnu: linux-pam: Update to 1.3.1.
    
    * gnu/packages/linux.scm (linux-pam): Update to 1.3.1.
    [source]: Update upstream URI.
---
 gnu/packages/linux.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e6e849e..cc1ee48 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -467,17 +467,17 @@ It has been modified to remove all non-free binary 
blobs.")
 (define-public linux-pam
   (package
     (name "linux-pam")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append
-            "http://www.linux-pam.org/library/";
-            "Linux-PAM-" version ".tar.bz2"))
-      (sha256
-       (base32
-        "1fyi04d5nsh8ivd0rn2y0z83ylgc0licz7kifbb6xxi2ylgfs6i4"))
-      (patches (search-patches "linux-pam-no-setfsuid.patch"))))
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/linux-pam/linux-pam/releases/download/v";
+             version "/Linux-PAM-" version ".tar.xz"))
+       (sha256
+        (base32
+         "1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g"))
+       (patches (search-patches "linux-pam-no-setfsuid.patch"))))
 
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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