~ruther/guix-local

6a3066066a3e0f13fda74902185407ff4879f385 — Sughosha 4 months ago 7c31c5c
gnu: kde-frameworkintegration: Update to 6.18.0.

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

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


@@ 5288,7 5288,7 @@ applications.")
                    "frameworkintegration-" version ".tar.xz"))
              (sha256
               (base32
                "1z07b6vpqdqq3vr02qvam3gfmxvyj863z2bkcbgf46bbfz2y5qx0"))))
                "0m5lx9m17kz7nkgl9jw282n29m4wdvbm8j3dfqghdnhrxpw3clyc"))))
    (build-system cmake-build-system)
    (native-inputs
     (list extra-cmake-modules pkg-config))