~ruther/guix-local

d1638cb9d02041b56b2b29c94c8b4a4b6cbeccfe — Sughosha 4 months ago 4f4e010
gnu: kdeclarative: Update to 6.18.0.

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

Change-Id: I7308b9d94978dec1de19b6ce4ae89a0f3950b915
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
@@ 3430,7 3430,7 @@ their settings.")
(define-public kdeclarative
  (package
    (name "kdeclarative")
    (version "6.16.0")
    (version "6.18.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 3439,7 3439,7 @@ their settings.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "03n867gy8v136mfs1j6vrarnxqgdk1jkj2ygs2b6ya01ynhzg3f5"))))
                "0v0y7b5kcnl5m5y9xqpj8widiwzn4r9yvnbws2c6f7i8ci6afhnw"))))
    (build-system cmake-build-system)
    (propagated-inputs
     (list kconfig qtdeclarative))