gnu: kinit: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kinit): Update to 5.114.0. Change-Id: I3656a7e17d36dc5d038e266c24e561aefff50873
This commit is contained in:
parent
076e50d147
commit
6ea1c431c6
1 changed files with 2 additions and 2 deletions
|
|
@ -2659,7 +2659,7 @@ in applications using the KDE Frameworks.")
|
||||||
(define-public kinit
|
(define-public kinit
|
||||||
(package
|
(package
|
||||||
(name "kinit")
|
(name "kinit")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
|
@ -2668,7 +2668,7 @@ in applications using the KDE Frameworks.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i03gn0s01jg2ridlymxf34ib88rkf30yz27h38g9fzaijjr46fi"))
|
"0b6z9gq05vz20hm5y9ai3sbqq3gxwm3a3z88dkvi7dywk7vbqcph"))
|
||||||
;; Use the store paths for other packages and dynamically loaded
|
;; Use the store paths for other packages and dynamically loaded
|
||||||
;; libs
|
;; libs
|
||||||
(patches (search-patches "kinit-kdeinit-extra_libs.patch"))))
|
(patches (search-patches "kinit-kdeinit-extra_libs.patch"))))
|
||||||
|
|
|
||||||
Reference in a new issue