me
/
guix
Archived
1
0
Fork 0

gnu: mit-krb5: Update to 1.18.

* gnu/packages/kerberos.scm (mit-krb5): Update to 1.18.
master
Marius Bakke 2020-02-14 15:48:34 +01:00
parent 9640cd972d
commit 32d3f81a49
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
(define-public mit-krb5
(package
(name "mit-krb5")
(version "1.17.1")
(version "1.18")
(source (origin
(method url-fetch)
(uri (list
@ -62,7 +62,7 @@
"/krb5-" version ".tar.gz")))
(sha256
(base32
"10dimzcdzk9s79291qb4s3kwmbpb8bvppa6k6873wxxa5vndf1ip"))))
"121c5xsy3x0i4wdkrpw62yhvji6virbh6n30ypazkp0isws3k4bk"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)