guix-commits
[Top][All Lists]
Advanced

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

130/143: gnu: kwayland-server: Update to 5.24.6.


From: guix-commits
Subject: 130/143: gnu: kwayland-server: Update to 5.24.6.
Date: Mon, 21 Nov 2022 16:10:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 94c6b9068b8e07250528148294e10f9c212aa6f4
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Sun Sep 25 11:03:10 2022 +0200

    gnu: kwayland-server: Update to 5.24.6.
    
    * gnu/packages/kde-plasma.scm (kwayland-server): Update to 5.24.6.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index b0d2d36ed9..9bebd4cafd 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1036,7 +1036,7 @@ you login.")
 (define-public kwayland-server
   (package
     (name "kwayland-server")
-    (version "5.24.4")
+    (version "5.24.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1044,7 +1044,7 @@ you login.")
                     "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1279nqhy1qyz84dkn23rvzak8bg71hbrp09jlhv9mkjdb3bhnyfi"))))
+                "1wwgb1p177g6vvyf4l5jisigwvy5756ray1x355mlp7bi1pfs664"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config))



reply via email to

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