guix-commits
[Top][All Lists]
Advanced

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

25/92: gnu: plasma-wayland-protocols: Update to 1.12.0.


From: guix-commits
Subject: 25/92: gnu: plasma-wayland-protocols: Update to 1.12.0.
Date: Thu, 18 Jan 2024 21:00:10 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 63727439a5865e99bd39ae67f4078a2107a5c3c0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:13 2024 -0500

    gnu: plasma-wayland-protocols: Update to 1.12.0.
    
    * gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 
1.12.0.
    
    Change-Id: I5e886bbd090e5432e6551f8be69ad91b03824649
---
 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 b6f6a4d40d..b21c438395 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1097,14 +1097,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.10.0")
+    (version "1.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/" name "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zin4ybw3ijy6imri7xky3gcvkjspkyas8qdvvk16im0r5kqi51i"))))
+                "17jg1nvpq0718wv3nc54kd7pcn4riz2p2pcvay1kr4fbg79bz0ql"))))
     (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]