me
/
guix
Archived
1
0
Fork 0

gnu: mit-krb5: Update to 1.16.1.

* gnu/packages/kerberos.scm (mit-krb5): Update to 1.16.1.
master
Tobias Geerinckx-Rice 2018-06-10 19:04:30 +02:00
parent f68f5e28ed
commit 5ccd6e2b53
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@
;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2012, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -46,7 +47,7 @@
(define-public mit-krb5
(package
(name "mit-krb5")
(version "1.16")
(version "1.16.1")
(source (origin
(method url-fetch)
(uri (list
@ -58,7 +59,7 @@
"/krb5-" version ".tar.gz")))
(sha256
(base32
"024yjr15ij0qdnay0bcqfpclgfri0qa8iw4r5zdlryxhhdgi5szs"))))
"05qis9l93hhxaknbp0a2v5cr24fsy52fqx20aqqcgl1s9qwzwkr1"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)