guix-commits
[Top][All Lists]
Advanced

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

54/55: gnu: system-settings: Update to 6.1.4.


From: guix-commits
Subject: 54/55: gnu: system-settings: Update to 6.1.4.
Date: Fri, 9 Aug 2024 12:26:47 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 8b3aec6e645faea1d7966a792a9da3aa3c604623
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Aug 9 23:33:55 2024 +0800

    gnu: system-settings: Update to 6.1.4.
    
    * gnu/packages/kde-plasma.scm (system-settings): Update to 6.1.4.
    
    Change-Id: I10ceffb38b63dbf30040c2898da1dbea120ced38
---
 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 3b9b703eec..0374ab4814 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3037,14 +3037,14 @@ of a Plasma shell.")
 (define-public system-settings
   (package
     (name "system-settings")
-    (version "6.1.3")
+    (version "6.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/systemsettings-" version ".tar.xz"))
               (sha256
                (base32
-                "0c9130zvdrn7lm256adsx7knzmd95q5m8sx0r6wgxnxl5br09fk5"))))
+                "18vx02nwd7fq3r3smrq3yviz6x4n17b8kidrnfkmkdycfxi2dsn0"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kauth



reply via email to

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