~ruther/guix-local

2a90ce896fdcd3fb7a3cd6d9e2b7d615ca46ff6a — Ahmad Draidi 2 years ago b414871
gnu: labwc: Update to 0.7.0.

* gnu/packages/wm.scm (labwc): Update to 0.7.0.

Change-Id: I35f7faf2ba3975481780b49d0dcdef6f39af46bc
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +2 -2
@@ 3067,7 3067,7 @@ read and write, and compatible with JSON.")
(define-public labwc
  (package
    (name "labwc")
    (version "0.6.5")
    (version "0.7.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 3076,7 3076,7 @@ read and write, and compatible with JSON.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "04401k1i6b9s2v6mbhw5llla8fdpkhmgz826iva246iqch9z20lx"))))
                "17p3wcnggnd4v37z1dgv8nmc35nq4261s8sglr44bf71vjircggz"))))
    (build-system meson-build-system)
    (native-inputs
     (list pkg-config gettext-minimal scdoc))