diff options
author | Zheng Junjie <873216071@qq.com> | 2023-07-15 16:55:19 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-02 22:27:42 +0800 |
commit | 5d94e27d1c7f7cbbbac60dad7b3844940709309c (patch) | |
tree | cd8163675fb68f0eafccd21306d95b6eac5423f5 /gnu/packages/kde-plasma.scm | |
parent | b83c2f1789a5e44c26d1e31717eb10848f038f44 (diff) | |
download | guix-5d94e27d1c7f7cbbbac60dad7b3844940709309c.tar.gz |
gnu: kwayland-integration: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (kwayland-integration): Update to 5.27.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/kde-plasma.scm')
-rw-r--r-- | gnu/packages/kde-plasma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index a172d15b4a..98e86d7978 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1098,7 +1098,7 @@ wayland-server API.") (define-public kwayland-integration (package (name "kwayland-integration") - (version "5.25.5") + (version "5.27.6") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1106,7 +1106,7 @@ wayland-server API.") version ".tar.xz")) (sha256 (base32 - "10xl7yrj519b9s5vq0hqqfz3vvg1fdwggw96snzm44iwycqbgss8")))) + "10rc14ggbs86bq0sky4i3kdwarwk8mh2yx4g77if8vr7z96xpdqh")))) (build-system qt-build-system) (arguments (list #:phases #~(modify-phases %standard-phases |