guix-commits
[Top][All Lists]
Advanced

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

66/126: gnu: kstatusnotifieritem: Update to 6.4.0.


From: guix-commits
Subject: 66/126: gnu: kstatusnotifieritem: Update to 6.4.0.
Date: Tue, 30 Jul 2024 06:36:58 -0400 (EDT)

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

commit 1741120aa1df303d2045e97fb5aa56fb92ae789a
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 20 00:24:53 2024 +0800

    gnu: kstatusnotifieritem: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (kstatusnotifieritem): Update to 6.4.0.
    
    Change-Id: I5e7af8376580c39ae639ee35f8643ddf331efa45
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 2960153f95..e29b9f9735 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4592,7 +4592,7 @@ types or handled by application specific code.")
 (define-public kstatusnotifieritem
   (package
     (name "kstatusnotifieritem")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4601,7 +4601,7 @@ types or handled by application specific code.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1n4c761xgr9xbcwkw5q3l3v38wmanyvpf284y141ms6vs0rjw7yf"))))
+                "1fc1p8f5r6kbrk715xv8mv1fyil3avdkf74hw55890hlfh8h2y9j"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules qttools))



reply via email to

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