~ruther/guix-local

4ea07ca3ae47492ec7997c7d23b550606597f81d — Zheng Junjie 9 months ago 53e53d9
gnu: syndication: Update to 6.16.0.

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

Change-Id: I8a3781b98ee9faa1f9e722ebc9b2adc37cee91e9
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 3069,7 3069,7 @@ gallons).")
(define-public syndication
  (package
    (name "syndication")
    (version "6.13.0")
    (version "6.16.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 3078,7 3078,7 @@ gallons).")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1dwgl0nqc8lpkcs7hnd642q2ixbvjw4yx9wmz59rfr852xc7mq0z"))))
                "1pmndjdcsz9siphhrnrn5xslrja4zv96qkh2fj0q2489f9q547wh"))))
    (build-system cmake-build-system)
    (native-inputs
     (list extra-cmake-modules))