guix-commits
[Top][All Lists]
Advanced

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

68/255: gnu: kstatusnotifieritem: Update to 6.8.0.


From: guix-commits
Subject: 68/255: gnu: kstatusnotifieritem: Update to 6.8.0.
Date: Mon, 2 Dec 2024 09:32:24 -0500 (EST)

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

commit 0025cb7723fdae35b0f8452a9c7604a1c552e286
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Nov 27 23:56:21 2024 +0800

    gnu: kstatusnotifieritem: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (kstatusnotifieritem): Update to 6.8.0.
    
    Change-Id: Ie8f0664e8912a3583c9c1515433db6943e1e43cd
---
 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 9e8c09dd22..b7e7eaa584 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4618,7 +4618,7 @@ types or handled by application specific code.")
 (define-public kstatusnotifieritem
   (package
     (name "kstatusnotifieritem")
-    (version "6.5.0")
+    (version "6.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4627,7 +4627,7 @@ types or handled by application specific code.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00w435q0dyyal5hx7q9z6nbzmy5wcwwrgwf44prx119dhqd5xvsx"))))
+                "0clq8cv0ds5y15pxm9m39v2lywmkjzj5idz720m2v16ph0dzhkvf"))))
     (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]