~ruther/guix-local

71c5ce3abb164cceed5013e58699485f1d225cd9 — Zheng Junjie 1 year, 6 months ago 61e54ae
gnu: kunitconversion: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.10.0.

Change-Id: Ie23c65c71f20fe9374e942775ac6524b92ac90ff
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
@@ 2996,7 2996,7 @@ and communicating with them using a pty.")
(define-public kunitconversion
  (package
    (name "kunitconversion")
    (version "6.5.0")
    (version "6.10.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 3005,7 3005,7 @@ and communicating with them using a pty.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1r1gk4p8dlwdrsdv0wvw3jggln7zimp60bryh02x6hvl7i123mf7"))))
                "1gwxhqrn8i2g5yikd3w0hbyaj40cgdpab2nyy6wdwjc0sh29ki93"))))
    (build-system cmake-build-system)
    (native-inputs
     (list extra-cmake-modules))