guix-commits
[Top][All Lists]
Advanced

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

61/92: gnu: kdesu: Update to 5.114.0.


From: guix-commits
Subject: 61/92: gnu: kdesu: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:21 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 9b776f3f2101b5097aaa9fcbc9b2deabefb35967
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:25 2024 -0500

    gnu: kdesu: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kdesu): Update to 5.114.0.
    
    Change-Id: Ib59f2d5d0e614d3643b638c005d7c5ecbcff9706
---
 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 44c1cea944..91ea6c10d6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2516,7 +2516,7 @@ ini-style description files.")
 (define-public kdesu
   (package
     (name "kdesu")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2525,7 +2525,7 @@ ini-style description files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rhygp1r6099zrmnfvl2ldpm6rsilcy2x3bcb580bvqd536ir2yh"))))
+                "14dcf32izn4lxr8vx372rfznflc1rcxwanx06phkd8mx9zyg4jxr"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kpty))



reply via email to

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