guix-commits
[Top][All Lists]
Advanced

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

19/143: gnu: libkscreen: Update to 5.25.4.


From: guix-commits
Subject: 19/143: gnu: libkscreen: Update to 5.25.4.
Date: Mon, 21 Nov 2022 16:10:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 18de6150a710d9acabf8641ecce566461bad6080
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Tue Aug 23 20:11:33 2022 +0200

    gnu: libkscreen: Update to 5.25.4.
    
    * gnu/packages/kde-plasma.scm (libkscreen): Update to 5.24.4.
    
    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 073a6b5f4b..a4e35e36f7 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -255,14 +255,14 @@ call it if it is not associated to a terminal.")
 (define-public libkscreen
   (package
     (name "libkscreen")
-    (version "5.25.3")
+    (version "5.25.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/plasma/" version "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "1mxkrk04wcyw4xbfiyxbp5iwnhqr10yk39zx5bbjd9zag0vdi7z5"))))
+        (base32 "17ib0sgrhmmf3f8w3fni0825xz5581av5vnz8gca41vyf12css25"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules



reply via email to

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