mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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
|
||||
(package
|
||||
(name "syndication")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2140,7 +2140,7 @@ (define-public syndication
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q1yhziwxj2dllqyapkqnsskhvzsjm5iz2my4pn8n0lfm90rdf8h"))))
|
||||
"13rjb1zm9yd8vbm9h7avqih5v0rr2srqwglm29l7mcnankqlh4n7"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue