guix-commits
[Top][All Lists]
Advanced

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

187/332: gnu: system-settings: Update to 5.27.6.


From: guix-commits
Subject: 187/332: gnu: system-settings: Update to 5.27.6.
Date: Wed, 2 Aug 2023 10:36:59 -0400 (EDT)

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

commit 4bf41b66f7796b053b74cf0323f7b02b90940292
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 20 10:56:06 2023 +0800

    gnu: system-settings: Update to 5.27.6.
    
    * gnu/packages/kde-plasma.scm (system-settings): Update to 5.27.6.
    [properties]: Add upstream-name.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde-plasma.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e7db684d14..ba7c3de885 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2532,14 +2532,14 @@ of a Plasma shell.")
 (define-public system-settings
   (package
     (name "system-settings")
-    (version "5.25.5")
+    (version "5.27.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/systemsettings-" version ".tar.xz"))
               (sha256
                (base32
-                "0n7mf6ygi8fgn1m6pk2fadnqj1h58mxqni3h19xbi373wfypq5fl"))))
+                "17bqdsaih11wpcmv7qzk701l67431pf2nm8nnrix1s8k3qglfb5w"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kauth
@@ -2568,4 +2568,5 @@ of a Plasma shell.")
     (synopsis "Control center to configure Plasma Desktop")
     (description "This package provides configuration UI for Plasma Desktop.")
     (home-page "https://invent.kde.org/plasma/systemsettings";)
+    (properties '((upstream-name . "systemsettings")))
     (license license:gpl2+)))



reply via email to

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