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

commit eae5b881ffa1086563fdce269f3f8f279960159b
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:50 2024 +0800

    gnu: syndication: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (syndication): Update to 6.4.0.
    
    Change-Id: I22f8a3dee7fccdc23a6ac9b85a59b62348769cdf
---
 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 43e850efc0..2381ab3d70 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3023,7 +3023,7 @@ gallons).")
 (define-public syndication
   (package
     (name "syndication")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3032,7 +3032,7 @@ gallons).")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1m68g7cm1cqkysb1yxnqnq9fcvjjp1kjl1s0j203jpp3kg05gw6d"))))
+                "1jsdjm9wr2k9n32fdr0111b99j86p9dfvlk50w8kwkaw4nppwqym"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to