mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: syndication: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (syndication): Update to 6.4.0. Change-Id: I22f8a3dee7fccdc23a6ac9b85a59b62348769cdf
This commit is contained in:
parent
2afe474298
commit
bb53992111
1 changed files with 2 additions and 2 deletions
|
@ -3023,7 +3023,7 @@ (define-public kunitconversion
|
|||
(define-public syndication
|
||||
(package
|
||||
(name "syndication")
|
||||
(version "6.3.0")
|
||||
(version "6.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3032,7 +3032,7 @@ (define-public syndication
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m68g7cm1cqkysb1yxnqnq9fcvjjp1kjl1s0j203jpp3kg05gw6d"))))
|
||||
"1jsdjm9wr2k9n32fdr0111b99j86p9dfvlk50w8kwkaw4nppwqym"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue