guix-commits
[Top][All Lists]
Advanced

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

15/92: gnu: kdnssd: Update to 5.114.0.


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

apteryx pushed a commit to branch master
in repository guix.

commit 5ad4fc6032bfa87351c9915f79a06665eff7a79c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:10 2024 -0500

    gnu: kdnssd: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kdnssd): Update to 5.114.0.
    
    Change-Id: I9cd33b628527d6aec1594ab09ec1f3272c224f86
---
 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 5dd243eb74..a471167b36 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -740,7 +740,7 @@ as well as an API to create KDED modules.")
 (define-public kdnssd
   (package
     (name "kdnssd")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -749,7 +749,7 @@ as well as an API to create KDED modules.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0pxlkwjjl2gzfjf9pd7j9m1nhc6jas0wd8994jgljgxc5dc94cn8"))))
+                "1zw5rkprr54j05ic8zljk57zahp2v6333slr253r3n1679zqlv64"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules qttools-5))



reply via email to

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