guix-commits
[Top][All Lists]
Advanced

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

48/92: gnu: knotifications: Update to 5.114.0.


From: guix-commits
Subject: 48/92: gnu: knotifications: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:19 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 0c46d42d0b5bb0f68eb2e27a4a0a990e7c32b7cf
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:21 2024 -0500

    gnu: knotifications: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (knotifications): Update to 5.114.0.
    
    Change-Id: I098cb0638d659609f639ac4723842d504337f0c2
---
 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 0ca7db6232..b979ee63af 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1962,7 +1962,7 @@ asynchronous jobs.")
 (define-public knotifications
   (package
     (name "knotifications")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1971,7 +1971,7 @@ asynchronous jobs.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05qdmjjxj362zhwyk0vv83wfzsgjd4nxnvk2avhiscr2k46swn96"))))
+                "0cjd5ml9hyzprjgmrc132cmp7g9hnl0h5swlxw2ifqnxxyfkg72b"))))
     (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]