mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: syndication: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (syndication): Update to 5.114.0. Change-Id: I3faf71684140fa5e02335a886af39b529879c4ab
This commit is contained in:
parent
64ea017379
commit
3ce4b6735e
1 changed files with 2 additions and 2 deletions
|
@ -2131,7 +2131,7 @@ (define-public kunitconversion
|
||||||
(define-public syndication
|
(define-public syndication
|
||||||
(package
|
(package
|
||||||
(name "syndication")
|
(name "syndication")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2140,7 +2140,7 @@ (define-public syndication
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q1yhziwxj2dllqyapkqnsskhvzsjm5iz2my4pn8n0lfm90rdf8h"))))
|
"13rjb1zm9yd8vbm9h7avqih5v0rr2srqwglm29l7mcnankqlh4n7"))))
|
||||||
(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