mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: syndication: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (syndication): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
4867f11d76
commit
61d391ce0d
1 changed files with 2 additions and 2 deletions
|
@ -2023,7 +2023,7 @@ (define-public kunitconversion
|
||||||
(define-public syndication
|
(define-public syndication
|
||||||
(package
|
(package
|
||||||
(name "syndication")
|
(name "syndication")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2032,7 +2032,7 @@ (define-public syndication
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04py880hxkvidydsqcyjbkq0wv9cp42d7svkdgf74fmzfyfrmrax"))))
|
"0q1yhziwxj2dllqyapkqnsskhvzsjm5iz2my4pn8n0lfm90rdf8h"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Loading…
Reference in a new issue