guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e1d85d248cebf26d678c6069cc619fb481e30c6b
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:28 2025 +0800
gnu: syndication: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (syndication): Update to 6.10.0.
Change-Id: I1563d3eb09d11761ad3bd170ae7e444179acf7da
---
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 e5d1d4f9b7..2f7a4ec945 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.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3032,7 +3032,7 @@ gallons).")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kk7dk4l96n53pv7m42nijygfh6hsr8g4fynp1803c3ij8fcbbyd"))))
+ "0c3377hpm8k13ik6x12d5chhn44293iwy9vvbdxz1r86x0jwahx7"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))