guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: linux-pam: Update to 1.2.1.


From: ???
Subject: 03/03: gnu: linux-pam: Update to 1.2.1.
Date: Fri, 11 Sep 2015 13:16:53 +0000

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

commit e378020042ce5af2404a6c3683e0b2d1092a139d
Author: 宋文武 <address@hidden>
Date:   Fri Sep 11 21:00:43 2015 +0800

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 873b651..c863592 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -321,7 +321,7 @@ It has been modified to remove all non-free binary blobs.")
 (define-public linux-pam
   (package
     (name "linux-pam")
-    (version "1.1.6")
+    (version "1.2.1")
     (source
      (origin
       (method url-fetch)
@@ -331,7 +331,7 @@ It has been modified to remove all non-free binary blobs.")
                                 version ".tar.bz2")))
       (sha256
        (base32
-        "1hlz2kqvbjisvwyicdincq7nz897b9rrafyzccwzqiqg53b8gf5s"))))
+        "1n9lnf9gjs72kbj1g354v1xhi2j27aqaah15vykh7cnkq08i4arl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("flex" ,flex)



reply via email to

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