gnu: syndication: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (syndication): Update to 6.10.0.

Change-Id: I1563d3eb09d11761ad3bd170ae7e444179acf7da
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:28 +08:00 committed by Zheng Junjie
parent 71c5ce3abb
commit e1d85d248c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3023,7 +3023,7 @@ gallons).")
(define-public syndication (define-public syndication
(package (package
(name "syndication") (name "syndication")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3032,7 +3032,7 @@ gallons).")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0kk7dk4l96n53pv7m42nijygfh6hsr8g4fynp1803c3ij8fcbbyd")))) "0c3377hpm8k13ik6x12d5chhn44293iwy9vvbdxz1r86x0jwahx7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))