all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 70066@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#70066] [PATCH] gnu: mit-krb5: Update to 1.21
Date: Thu, 28 Mar 2024 23:42:09 -0700	[thread overview]
Message-ID: <e9cdc3b9f395758be88443919706fba1f3657b50.1711694501.git.atai@atai.org> (raw)

* gnu/packages/kerberos.scm (mit-krb5): Update to 1.21

Change-Id: I952d8bced5ff27748c9deb066a91cdb54b03bda5
---
 gnu/packages/kerberos.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 241881ea47..c09825f145 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -62,7 +62,7 @@ (define-module (gnu packages kerberos)
 (define-public mit-krb5
   (package
     (name "mit-krb5")
-    (version "1.20")
+    (version "1.21")
     (source (origin
               (method url-fetch)
               (uri (list
@@ -75,7 +75,7 @@ (define-public mit-krb5
               (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

base-commit: 0ff72d105ca03a82de6bb5193266fd05fce72daf
-- 
2.34.1





             reply	other threads:[~2024-03-29  6:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29  6:42 Andy Tai [this message]
2024-06-01  3:42 ` [bug#70066] [PATCH v2] gnu: mit-krb5: Update to 1.21 Andy Tai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e9cdc3b9f395758be88443919706fba1f3657b50.1711694501.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=70066@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.