guix-commits
[Top][All Lists]
Advanced

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

62/332: gnu: plasma-wayland-protocols: Update to 1.10.0.


From: guix-commits
Subject: 62/332: gnu: plasma-wayland-protocols: Update to 1.10.0.
Date: Wed, 2 Aug 2023 10:36:43 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit c277d7f6348b651763efe8045c68db5a6fccba24
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 16:57:33 2023 +0800

    gnu: plasma-wayland-protocols: Update to 1.10.0.
    
    * gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 
1.10.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 6167f1acd9..8011e13a39 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1066,14 +1066,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.7.0")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/" name "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1mps0pirffvnpnbcpi1l9fxxfx14n83f1p46zv3987d6ra2jckh8"))))
+                "1zin4ybw3ijy6imri7xky3gcvkjspkyas8qdvvk16im0r5kqi51i"))))
     (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]