~ruther/guix-local

1dd90d0a045afe38eaacec44e10ae997398844a0 — Zheng Junjie 1 year, 11 months ago cbd58d1
gnu: kde-frameworkintegration: Update to 6.4.0.

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

Change-Id: I5e6e8899b278f05dc5960a26e13968da05e4dd8e
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
@@ 5288,7 5288,7 @@ applications.")
(define-public kde-frameworkintegration
  (package
    (name "kde-frameworkintegration")
    (version "6.3.0")
    (version "6.4.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 5297,7 5297,7 @@ applications.")
                    "frameworkintegration-" version ".tar.xz"))
              (sha256
               (base32
                "0zscmn1hvv0y7j5r22r6cdmqznkv7h0s6v7a4wmpjgrpnd8haw4l"))))
                "0wggk50wcx23ahl95hxwlpv2zn1hbyg30v4gv9g7hj9f79fd30j6"))))
    (build-system cmake-build-system)
    (native-inputs
     (list extra-cmake-modules pkg-config))