mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: kwindowsystem: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 5.114.0. Change-Id: I23c66be3d7add7c05c87f518e330ad95eb524ea0
This commit is contained in:
parent
f44ee6fc63
commit
4c2b0e1eaf
1 changed files with 2 additions and 2 deletions
|
@ -1207,7 +1207,7 @@ (define-public kwidgetsaddons
|
|||
(define-public kwindowsystem
|
||||
(package
|
||||
(name "kwindowsystem")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1216,7 +1216,7 @@ (define-public kwindowsystem
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0112cgy09qw069v1lzaz6rp84p128mq3xqp3xink398xhp3nrkqd"))))
|
||||
"03xbsf1pmswd2kpn3pdszp4vndclsh7j02fp22npxaxllmfr4va9"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules
|
||||
|
|
Loading…
Reference in a new issue