summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 11:33:27 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 20:54:13 -0500
commit6ea1c431c661b237c15ecb7cfd03eafe320583d0 (patch)
treef1d6e668b7c1396fcea506a2220f3ecf07758fe7 /gnu/packages/kde-frameworks.scm
parent076e50d1471a25bd1237b63789e11741a7871642 (diff)
downloadguix-patches-6ea1c431c661b237c15ecb7cfd03eafe320583d0.tar
guix-patches-6ea1c431c661b237c15ecb7cfd03eafe320583d0.tar.gz
gnu: kinit: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kinit): Update to 5.114.0. Change-Id: I3656a7e17d36dc5d038e266c24e561aefff50873
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7cd98507fb..0b2c6489c5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2659,7 +2659,7 @@ in applications using the KDE Frameworks.")
(define-public kinit
(package
(name "kinit")
- (version "5.108.0")
+ (version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2668,7 +2668,7 @@ in applications using the KDE Frameworks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1i03gn0s01jg2ridlymxf34ib88rkf30yz27h38g9fzaijjr46fi"))
+ "0b6z9gq05vz20hm5y9ai3sbqq3gxwm3a3z88dkvi7dywk7vbqcph"))
;; Use the store paths for other packages and dynamically loaded
;; libs
(patches (search-patches "kinit-kdeinit-extra_libs.patch"))))