guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/76: gnu: plasma-wayland-protocols: Update to 1.14.0.


From: guix-commits
Subject: 28/76: gnu: plasma-wayland-protocols: Update to 1.14.0.
Date: Thu, 28 Nov 2024 06:37:48 -0500 (EST)

z572 pushed a commit to branch kde-team
in repository guix.

commit 9290f6deb3ba1ed78adf520078adc94bc910e02d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Nov 27 20:01:49 2024 +0800

    gnu: plasma-wayland-protocols: Update to 1.14.0.
    
    * gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 
1.14.0.
    
    Change-Id: I6ffed0d9d7b83afab209f56a8ee483924f19465e
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c3a801c955..66a8f5aa37 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1526,14 +1526,14 @@ integration with a custom editor as well as a 
ready-to-use
 (define-public plasma-wayland-protocols
   (package
     (name "plasma-wayland-protocols")
-    (version "1.13.0")
+    (version "1.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/" name "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0znm2nhpmfq2vakyapmq454mmgqr5frc91k2d2nfdxjz5wspwiyx"))))
+                "10dzjiihkbfn023bfwsbzbigclgzqc8sn71q0ygmixvrzkn8ahqs"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules))
     (arguments '(#:tests? #f))          ;no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]