guix-commits
[Top][All Lists]
Advanced

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

41/332: gnu: knotifications: Update to 5.108.0.


From: guix-commits
Subject: 41/332: gnu: knotifications: Update to 5.108.0.
Date: Thu, 3 Aug 2023 05:43:36 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 2845d9d6aca1f06acc69bed854cf2daf34dbb9a5
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 13:51:45 2023 +0800

    gnu: knotifications: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (knotifications): Update to 5.108.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 17f838e413..1d80dda371 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1862,7 +1862,7 @@ asynchronous jobs.")
 (define-public knotifications
   (package
     (name "knotifications")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1871,7 +1871,7 @@ asynchronous jobs.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "10whr3wjldaxdvbj6i250rqgsy2m1n606ja1yka571f1fz7laqcd"))))
+                "05qdmjjxj362zhwyk0vv83wfzsgjd4nxnvk2avhiscr2k46swn96"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules dbus pkg-config qttools-5))



reply via email to

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