guix-commits
[Top][All Lists]
Advanced

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

308/347: gnu: system-settings: Update to 6.1.1.


From: guix-commits
Subject: 308/347: gnu: system-settings: Update to 6.1.1.
Date: Fri, 28 Jun 2024 09:59:22 -0400 (EDT)

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

commit 2f29e3aa28df980312c12f105c28f34a87ea0a48
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:48:30 2024 +0800

    gnu: system-settings: Update to 6.1.1.
    
    * gnu/packages/kde-plasma.scm (system-settings): Update to 6.1.1.
    
    Change-Id: I28ff2a321048d38bdec45cd445193e22bee91a49
---
 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 f108ceabaa..8109c7b2db 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2927,14 +2927,14 @@ of a Plasma shell.")
 (define-public system-settings
   (package
     (name "system-settings")
-    (version "6.0.4")
+    (version "6.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/systemsettings-" version ".tar.xz"))
               (sha256
                (base32
-                "1v82qhkg6zmzkmv9b2bf2dd0q1jnfwaw0cwdr4p8yg8861i03j0q"))))
+                "04d7l45ib8rr0s395fnkckx6qk0m78a0hl29aw9ba1w3xnp3jfqm"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kauth-6



reply via email to

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