mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: pam-krb5: Update to 4.8.
* gnu/packages/admin.scm (pam-krb5): Update to 4.8.
This commit is contained in:
parent
c3d828855a
commit
0e6c242bb7
1 changed files with 2 additions and 6 deletions
|
@ -1992,12 +1992,10 @@ (define-public interrobang
|
||||||
(home-page "https://github.com/TrilbyWhite/interrobang")
|
(home-page "https://github.com/TrilbyWhite/interrobang")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public pam-krb5
|
(define-public pam-krb5
|
||||||
(package
|
(package
|
||||||
(name "pam-krb5")
|
(name "pam-krb5")
|
||||||
(version "4.7")
|
(version "4.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2005,7 +2003,7 @@ (define-public pam-krb5
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0abf8cfpkprmhw5ca8iyqgrggh65lgqvmfllc1y6qz7zw1gas894"))))
|
"1qjp8i1s9bz7g6kiqrkzzkxn5pfspa4sy53b6z40fqmdf9przdfb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -2042,8 +2040,6 @@ (define-public pam-krb5
|
||||||
;; clause requiring us to give all recipients a copy.
|
;; clause requiring us to give all recipients a copy.
|
||||||
(license license:gpl1+)))
|
(license license:gpl1+)))
|
||||||
|
|
||||||
;;http://archives.eyrie.org/software/kerberos/pam-krb5-4.7.tar.xz
|
|
||||||
|
|
||||||
(define-public sunxi-tools
|
(define-public sunxi-tools
|
||||||
(package
|
(package
|
||||||
(name "sunxi-tools")
|
(name "sunxi-tools")
|
||||||
|
|
Loading…
Reference in a new issue