gnu: linux-pam: Update to 1.3.0.
* gnu/packages/linux.scm (linux-pam): Update it.
This commit is contained in:
parent
eba7fab890
commit
7483230f17
|
@ -380,17 +380,16 @@ It has been modified to remove all non-free binary blobs.")
|
||||||
(define-public linux-pam
|
(define-public linux-pam
|
||||||
(package
|
(package
|
||||||
(name "linux-pam")
|
(name "linux-pam")
|
||||||
(version "1.2.1")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "http://www.linux-pam.org/library/Linux-PAM-"
|
(uri (string-append
|
||||||
version ".tar.bz2")
|
"http://www.linux-pam.org/library/"
|
||||||
(string-append "mirror://kernel.org/linux/libs/pam/library/Linux-PAM-"
|
"Linux-PAM-" version ".tar.bz2"))
|
||||||
version ".tar.bz2")))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n9lnf9gjs72kbj1g354v1xhi2j27aqaah15vykh7cnkq08i4arl"))))
|
"1fyi04d5nsh8ivd0rn2y0z83ylgc0licz7kifbb6xxi2ylgfs6i4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("flex" ,flex)
|
`(("flex" ,flex)
|
||||||
|
|
Loading…
Reference in New Issue