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

commit ba0b762a99ef420a8c086e3b8f9726df58a60d85
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:08 2026 +0530

    gnu: syndication: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (syndication): Update to 6.22.0.
    
    Change-Id: I56c78330e56dab0bd83891bf0932e85b374b2a3d
---
 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 990d5751a4..93b192d521 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.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2931,7 +2931,7 @@ gallons).")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1fqa1rdv4iib4q06f40zl0nb4h1279dkyjvnqc9fx9hhczagd8vy"))))
+                "1q4dilqpz6dl5knnzvmggjd6kdb5srgl337jxlsnmc0icy7aiwzs"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to