guix-commits
[Top][All Lists]
Advanced

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

77/332: gnu: kdesu: Update to 5.108.0.


From: guix-commits
Subject: 77/332: gnu: kdesu: Update to 5.108.0.
Date: Wed, 2 Aug 2023 10:36:46 -0400 (EDT)

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

commit fba924c1e2b7c1a56977534ae622c147d5081678
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 14:53:16 2023 +0800

    gnu: kdesu: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (kdesu): Update to 5.108.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 0a76ca03cf..a34d72561f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2427,7 +2427,7 @@ ini-style description files.")
 (define-public kdesu
   (package
     (name "kdesu")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2436,7 +2436,7 @@ ini-style description files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "15fbb7zifk4lhnlwvqhs9svzb80qwms03zbrjfnsc1n1wyyfk7v2"))))
+                "1rhygp1r6099zrmnfvl2ldpm6rsilcy2x3bcb580bvqd536ir2yh"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kpty))



reply via email to

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