guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3eb30a1cfbef4fa2c2092824a753dd0b36fe3098
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Aug 8 11:28:00 2025 +0200
gnu: mit-krb5: Update to 1.21.
* gnu/packages/kerberos.scm (mit-krb5): Update to 1.21.
[native-inputs]: Remove tcl.
Change-Id: Iffd99adce260306d7671bd2dd029e373e911ae4a
---
gnu/packages/kerberos.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 5824950bf3..bfdf5b87cc 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013 Andreas Enge <[email protected]>
+;;; Copyright © 2012, 2013, 2025 Andreas Enge <[email protected]>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <[email protected]>
;;; Copyright © 2016, 2017 Leo Famulari <[email protected]>
;;; Copyright © 2016, 2022 Efraim Flashner <[email protected]>
@@ -50,7 +50,6 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages readline)
#:use-module (gnu packages sqlite)
- #:use-module (gnu packages tcl)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages tls)
#:use-module ((guix licenses) #:prefix license:)
@@ -63,7 +62,7 @@
(define-public mit-krb5
(package
(name "mit-krb5")
- (version "1.20")
+ (version "1.21")
(source (origin
(method url-fetch)
(uri (list
@@ -76,10 +75,10 @@
(patches (search-patches "mit-krb5-hurd.patch"))
(sha256
(base32
- "0bz16sh0vgzlpy2kx5acmpyy181hl83a1alz7wbk06457kfjn0ky"))))
+ "0fx91rickkb5pvxm3imqmaavsncjkgcsrfx4czgk4j28hpzsmy39"))))
(build-system gnu-build-system)
(native-inputs
- (list bison perl tcl)) ;required for some tests
+ (list bison perl)) ;required for some tests
(inputs
(list openssl))
(arguments