guix-commits
[Top][All Lists]
Advanced

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

90/332: gnu: knotifyconfig: Update to 5.108.0.


From: guix-commits
Subject: 90/332: gnu: knotifyconfig: Update to 5.108.0.
Date: Wed, 2 Aug 2023 10:36:48 -0400 (EDT)

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

commit 21511cf5a2a884dc278382f0936a80bd4eecf91e
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 22:46:47 2023 +0800

    gnu: knotifyconfig: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (knotifyconfig): 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 0f7cce2be7..f562904fbc 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2816,7 +2816,7 @@ specification.")
 (define-public knotifyconfig
   (package
     (name "knotifyconfig")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2825,7 +2825,7 @@ specification.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qlmgr5rifygp8zk8qfjwm6k72kfyj8x6hvqwy2a59lfi3wgbm07"))))
+                "1dby6ycqicsij9ngyk6ab7v14ybnsmxd51fkcy25k4c326w6yyca"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))



reply via email to

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