gnu: mit-krb5: Update to 1.17.

* gnu/packages/kerberos.scm (mit-krb5): Update to 1.17.
master
Marius Bakke 2019-02-07 21:16:01 +01:00
parent 28a873f208
commit 596c54c967
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
(define-public mit-krb5
(package
(name "mit-krb5")
(version "1.16.1")
(version "1.17")
(source (origin
(method url-fetch)
(uri (list
@ -61,7 +61,7 @@
"/krb5-" version ".tar.gz")))
(sha256
(base32
"05qis9l93hhxaknbp0a2v5cr24fsy52fqx20aqqcgl1s9qwzwkr1"))))
"1xc1ly09697b7g2vngvx76szjqy9769kpgn27lnp1r9xln224vjs"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)