[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/203: gnu: mit-krb5: Absorb 1.19.2 graft.
From: |
guix-commits |
Subject: |
120/203: gnu: mit-krb5: Absorb 1.19.2 graft. |
Date: |
Wed, 3 Nov 2021 21:10:18 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 6ccd2ee84191df00dee7ce6ad4bc9678cc67b681
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 00:42:56 2021 -0400
gnu: mit-krb5: Absorb 1.19.2 graft.
* gnu/packages/kerberos.scm (mit-krb5)[replacement]: Remove.
[source]: Update to 1.19.2.
(mit-krb5-1.19.2): Delete variable.
---
gnu/packages/kerberos.scm | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 82609ce..2d31598 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -57,8 +57,7 @@
(define-public mit-krb5
(package
(name "mit-krb5")
- (replacement mit-krb5-1.19.2)
- (version "1.19.1")
+ (version "1.19.2")
(source (origin
(method url-fetch)
(uri (list
@@ -71,7 +70,7 @@
(patches (search-patches "mit-krb5-hurd.patch"))
(sha256
(base32
- "02xjpsfy84l6v7vjlxzhrl6mx2zrmxz0v01w2j33bv73nxzgh5ps"))))
+ "0snz1jm2w4dkk65zcz953jmmv9mqa30fanch2bk8r3rs9vp3yi8h"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)
@@ -121,23 +120,6 @@ cryptography.")
(home-page "https://web.mit.edu/kerberos/")
(properties '((cpe-name . "kerberos")))))
-(define mit-krb5-1.19.2
- (package
- (inherit mit-krb5)
- (version "1.19.2")
- (source (origin
- (inherit (package-source mit-krb5))
- (uri (list
- (string-append "https://web.mit.edu/kerberos/dist/krb5/"
- (version-major+minor version)
- "/krb5-" version ".tar.gz")
- (string-append "https://kerberos.org/dist/krb5/"
- (version-major+minor version)
- "/krb5-" version ".tar.gz")))
- (sha256
- (base32
- "0snz1jm2w4dkk65zcz953jmmv9mqa30fanch2bk8r3rs9vp3yi8h"))))))
-
(define-public shishi
(package
(name "shishi")
- 113/203: gnu: gusb-minimal: Introduce minimal variant., (continued)
- 113/203: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/11/03
- 109/203: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/03
- 98/203: gnu: Add python-tomli., guix-commits, 2021/11/03
- 106/203: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape., guix-commits, 2021/11/03
- 92/203: gnu: rust: Add rust 1.54 and move all non-bootstrapping logic to it., guix-commits, 2021/11/03
- 115/203: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/11/03
- 123/203: gnu: pango: Update to 1.48.10., guix-commits, 2021/11/03
- 116/203: gnu: mesa: Update to 21.2.4., guix-commits, 2021/11/03
- 114/203: gnu: rest: Use libsoup-minimal., guix-commits, 2021/11/03
- 118/203: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/11/03
- 120/203: gnu: mit-krb5: Absorb 1.19.2 graft.,
guix-commits <=
- 126/203: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/11/03
- 139/203: gnu: gdk-pixbuf: Add a search path for the loaders cache file., guix-commits, 2021/11/03
- 145/203: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/11/03
- 132/203: gnu: webkitgtk: Add a debug output., guix-commits, 2021/11/03
- 144/203: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/11/03
- 135/203: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/03
- 157/203: gnu: python-dateutil: Update to 2.8.2., guix-commits, 2021/11/03
- 136/203: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/11/03
- 161/203: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0., guix-commits, 2021/11/03
- 162/203: gnu: zxing-cpp: Update to 1.2.0-0.00783db., guix-commits, 2021/11/03