mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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 @@ (define-public kiconthemes
|
|||
(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 @@ (define-public kinit
|
|||
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"))))
|
||||
|
|
Loading…
Reference in a new issue