guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c8acfd0308be7d206e2caf8f0099d977a61bc33d
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:40 2025 +0530

    gnu: syndication: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (syndication): Update to 6.21.0.
    
    Change-Id: Ic6564dc429c626f36613982ce90cc620ca6a8c10
---
 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 ceaf51b284..9882f1a49b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2922,7 +2922,7 @@ gallons).")
 (define-public syndication
   (package
     (name "syndication")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2931,7 +2931,7 @@ gallons).")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0rkiq5sypg8qkaf7993sq342jqfs318dhs30z2qbkisv9ms1048n"))))
+                "1fqa1rdv4iib4q06f40zl0nb4h1279dkyjvnqc9fx9hhczagd8vy"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to