guix-commits
[Top][All Lists]
Advanced

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

271/347: gnu: kgamma: Update to 6.1.1.


From: guix-commits
Subject: 271/347: gnu: kgamma: Update to 6.1.1.
Date: Fri, 28 Jun 2024 09:59:12 -0400 (EDT)

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

commit 1e659ac3e4fda6ed6b35a7c8a785efc25c4224ed
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:48:24 2024 +0800

    gnu: kgamma: Update to 6.1.1.
    
    * gnu/packages/kde-plasma.scm (kgamma): Update to 6.1.1.
    
    Change-Id: I5eecef225cabc7811c2ac0a0193b32d798b53f94
---
 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 2907641211..6462a7b4bc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -583,7 +583,7 @@ KDE Frameworks 5 to better interact with the system.")
 (define-public kgamma
   (package
     (name "kgamma")
-    (version "6.0.4")
+    (version "6.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -591,7 +591,7 @@ KDE Frameworks 5 to better interact with the system.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "195yirq4xrj6zfzbrclbs5r3k3w0v9s8n07w42nhdn6avbdf2i9l"))))
+                "18n8xwwxb0lh35bjsn0s37hfmxwd1qy91r62qvfgsrvd3s8ha31x"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules kdoctools-6))



reply via email to

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