guix-commits
[Top][All Lists]
Advanced

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

125/126: gnu: system-settings: Update to 6.1.3.


From: guix-commits
Subject: 125/126: gnu: system-settings: Update to 6.1.3.
Date: Tue, 30 Jul 2024 06:37:12 -0400 (EDT)

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

commit a8004c0fcbbe40bc0a0081d9436a4479ffb12195
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 20 19:10:31 2024 +0800

    gnu: system-settings: Update to 6.1.3.
    
    * gnu/packages/kde-plasma.scm (system-settings): Update to 6.1.3.
    
    Change-Id: I0af92c54b5fb7009a27334c7456a20e4cffe8fa7
---
 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 95c4e74b48..abe7290be5 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3030,14 +3030,14 @@ of a Plasma shell.")
 (define-public system-settings
   (package
     (name "system-settings")
-    (version "6.1.2")
+    (version "6.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/systemsettings-" version ".tar.xz"))
               (sha256
                (base32
-                "1dj6ic2i2pm01xyc1nl4k7v5r3rq1lwb638sfkbjch5g1gndsylh"))))
+                "0c9130zvdrn7lm256adsx7knzmd95q5m8sx0r6wgxnxl5br09fk5"))))
     (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]