me
/
guix
Archived
1
0
Fork 0

gnu: syndication: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (syndication): Update to 6.4.0.

Change-Id: I22f8a3dee7fccdc23a6ac9b85a59b62348769cdf
master
Zheng Junjie 2024-07-20 00:24:50 +08:00
parent 2afe474298
commit bb53992111
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -3023,7 +3023,7 @@ gallons).")
(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 @@ gallons).")
name "-" version ".tar.xz"))
(sha256
(base32
"1m68g7cm1cqkysb1yxnqnq9fcvjjp1kjl1s0j203jpp3kg05gw6d"))))
"1jsdjm9wr2k9n32fdr0111b99j86p9dfvlk50w8kwkaw4nppwqym"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))