guix-commits
[Top][All Lists]
Advanced

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

38/76: gnu: knotifications: Update to 6.8.0.


From: guix-commits
Subject: 38/76: gnu: knotifications: Update to 6.8.0.
Date: Thu, 28 Nov 2024 06:37:50 -0500 (EST)

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

commit 842be4b0408a6ca8a98405a5518f109ebd9b06b6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Nov 27 20:22:11 2024 +0800

    gnu: knotifications: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (knotifications): Update to 6.8.0.
    
    Change-Id: I4936b2daafe4ca6778fb7b38021d2d6ca95d6c2a
---
 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 52fa339620..3686ee9f19 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2795,7 +2795,7 @@ asynchronous jobs.")
 (define-public knotifications
   (package
     (name "knotifications")
-    (version "6.5.0")
+    (version "6.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2804,7 +2804,7 @@ asynchronous jobs.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rpflc2xjpjd588b5w8kfc4hfifxmzp58savk6x8q4vn45ldqwrx"))))
+                "1bzqrj1dxr9wzgvs78kdxg2s44384i8hy00nqwhzs1jy09ydff8v"))))
     (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]