~ruther/guix-local

a37e12bca3259d96062e74450adbf7563bc96376 — Sughosha 8 months ago d646c9b
gnu: kcodecs: Update to 6.19.0.

* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.19.0.

Change-Id: If18be987b1bb3cdd00ebaeb2fa2e351e2f273628
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
@@ 662,7 662,7 @@ and the older vCalendar.")
(define-public kcodecs
  (package
    (name "kcodecs")
    (version "6.18.0")
    (version "6.19.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 671,7 671,7 @@ and the older vCalendar.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "09klfyz5x1sj8sanbh82y84a749np5xwmakv5h39j9jhvsddlzi4"))))
                "1ldfcklymq4ypagmhmwp9hsp1b4im0q6vkz22vs3lkxwpilc4q9s"))))
    (build-system cmake-build-system)
    (native-inputs (list extra-cmake-modules gperf qttools))
    (inputs (list qtbase))