gnu: kwayland: Update to 6.3.4.

* gnu/packages/kde-frameworks.scm (kwayland): Update to 6.3.4.

Change-Id: Ia8af7925a38e38d751da92de0b39a091c25ed273
This commit is contained in:
Zheng Junjie 2025-05-05 17:48:57 +08:00 committed by Andreas Enge
parent 48d6599c30
commit c410b95f06
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1566,7 +1566,7 @@ protocols used in KDE Plasma.")
(define-public kwayland (define-public kwayland
(package (package
(name "kwayland") (name "kwayland")
(version "6.2.5") (version "6.3.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" (uri (string-append "mirror://kde/stable/plasma/"
@ -1574,7 +1574,7 @@ protocols used in KDE Plasma.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1lnp72yqi8ny6adcq3dh3wxdll0h5h1l4xbqrz1m3za3av7ah5ra")))) "0db8vwg9miin8g4rzz1gx50h84gmpsn3b9cndiq5xdwa4galh259"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules pkg-config (list extra-cmake-modules pkg-config