gnu: syndication: Update to 6.13.0.

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

Change-Id: Id08d855ba863b4d3710ace24daff868b1ba79aa8
This commit is contained in:
宋文武 2025-05-04 14:10:13 +08:00 committed by Andreas Enge
parent 0b86d8c8c6
commit 788e1256b1
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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