guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 6668560287cea19a72a067bef24de7f900a9f704 Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:13 2025 +0800 gnu: syndication: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (syndication): Update to 6.13.0. Change-Id: Id08d855ba863b4d3710ace24daff868b1ba79aa8 --- 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 4aa6feb986..8072aec9ed 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3036,7 +3036,7 @@ gallons).") (define-public syndication (package (name "syndication") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -3045,7 +3045,7 @@ gallons).") name "-" version ".tar.xz")) (sha256 (base32 - "0c3377hpm8k13ik6x12d5chhn44293iwy9vvbdxz1r86x0jwahx7")))) + "1dwgl0nqc8lpkcs7hnd642q2ixbvjw4yx9wmz59rfr852xc7mq0z")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules))
