mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: kwayland: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kwayland): Update to 5.114.0. Change-Id: I252c9f6d26da9fc998b10e55499f78d9cb43b5a8
This commit is contained in:
parent
63727439a5
commit
49304950a0
1 changed files with 2 additions and 2 deletions
|
@ -1121,7 +1121,7 @@ (define-public plasma-wayland-protocols
|
|||
(define-public kwayland
|
||||
(package
|
||||
(name "kwayland")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1130,7 +1130,7 @@ (define-public kwayland
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11xk1rzizmqb0haqkg24kdd54a3fdqrxr2kh056irbnksp9p8k03"))))
|
||||
"1lzmlbv5vl656cigjj07hbc0gj6g1i2xqanvnhxj360109kzilf1"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config))
|
||||
|
|
Loading…
Reference in a new issue