guix-commits
[Top][All Lists]
Advanced

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

54/321: gnu: knotifications: Update to 6.10.0.


From: guix-commits
Subject: 54/321: gnu: knotifications: Update to 6.10.0.
Date: Sat, 11 Jan 2025 08:13:42 -0500 (EST)

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

commit d503c9683174c351351435575214e45cda074161
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:51:28 2025 +0800

    gnu: knotifications: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (knotifications): Update to 6.10.0.
    
    Change-Id: I3255ca47ab33488a1167a9115d0d58ead3eaff26
---
 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 d06524ff92..5980a99453 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2800,7 +2800,7 @@ asynchronous jobs.")
 (define-public knotifications
   (package
     (name "knotifications")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2809,7 +2809,7 @@ asynchronous jobs.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rpflc2xjpjd588b5w8kfc4hfifxmzp58savk6x8q4vn45ldqwrx"))))
+                "18gjdb8dmindraqf4halsf1mfglld854ramfyfs3f3s0a0fqidrn"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config qttools))



reply via email to

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