guix-commits
[Top][All Lists]
Advanced

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

180/332: gnu: discover: Update to 5.27.6.


From: guix-commits
Subject: 180/332: gnu: discover: Update to 5.27.6.
Date: Wed, 2 Aug 2023 10:36:58 -0400 (EDT)

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

commit 3e2cbce34b1acc63f031e8d362e931dd06752638
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Sat Jul 15 17:19:02 2023 +0800

    gnu: discover: Update to 5.27.6.
    
    * gnu/packages/kde-plasma.scm (discover): Update to 5.27.6.
    [inputs]: Add purpose.
    
    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 4e57202912..8248181643 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -217,7 +217,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
 (define-public discover
   (package
     (name "discover")
-    (version "5.25.5")
+    (version "5.27.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -229,7 +229,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "01vdi66c7v60db25p0qi0q73wgqw6dy2kirbk34bvhld41gpxhhv"))))
+                "1ici6p7bvvfszcy79lrr5xa6q1kfskxyijfr2pq9lkdhn8sdfq8n"))))
     (build-system qt-build-system)
     (arguments
      (list #:phases
@@ -263,6 +263,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                   kcmutils
                   kidletime
                   packagekit-qt5
+                  purpose
                   qtdeclarative-5
                   qtgraphicaleffects
                   qtquickcontrols2-5))



reply via email to

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