mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: syndication: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (syndication): Update to 6.5.0. Change-Id: I8950ed3eb9cfcabd39c4140558232bb41e3d8e18
This commit is contained in:
parent
086564fadf
commit
0a17cca04f
1 changed files with 2 additions and 2 deletions
|
@ -3023,7 +3023,7 @@ (define-public kunitconversion
|
||||||
(define-public syndication
|
(define-public syndication
|
||||||
(package
|
(package
|
||||||
(name "syndication")
|
(name "syndication")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3032,7 +3032,7 @@ (define-public syndication
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jsdjm9wr2k9n32fdr0111b99j86p9dfvlk50w8kwkaw4nppwqym"))))
|
"0kk7dk4l96n53pv7m42nijygfh6hsr8g4fynp1803c3ij8fcbbyd"))))
|
||||||
(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