diff options
author | Zheng Junjie <z572@z572.online> | 2025-05-05 17:48:57 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:48 +0200 |
commit | c410b95f0611712608f2eab2f6db4b52371a2dc4 (patch) | |
tree | d06a3bb0df3d79ea940bb5842b08a4df9a188240 | |
parent | 48d6599c30c242528b013fe351f87cf55f8873b1 (diff) |
gnu: kwayland: Update to 6.3.4.
* gnu/packages/kde-frameworks.scm (kwayland): Update to 6.3.4.
Change-Id: Ia8af7925a38e38d751da92de0b39a091c25ed273
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index d2842809a5..8fe659bdad 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1566,7 +1566,7 @@ protocols used in KDE Plasma.") (define-public kwayland (package (name "kwayland") - (version "6.2.5") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1574,7 +1574,7 @@ protocols used in KDE Plasma.") version ".tar.xz")) (sha256 (base32 - "1lnp72yqi8ny6adcq3dh3wxdll0h5h1l4xbqrz1m3za3av7ah5ra")))) + "0db8vwg9miin8g4rzz1gx50h84gmpsn3b9cndiq5xdwa4galh259")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules pkg-config |