~ruther/guix-local

0efdde91f60ba40d77a66fe804b172ab0f453321 — Ashish SHUKLA 4 months ago 9ce8160
gnu: labwc: Update to 0.9.3.

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

Closes: guix/guix#4981
Change-Id: I3f80aed5a365b2713dc9f5f0272bb225f3004c5e
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 2 insertions(+), 2 deletions(-)

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


@@ 4086,7 4086,7 @@ read and write, and compatible with JSON.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1qgjfc9glynpd39qdsdfznmn7ggki1kgxnhi1vlc54ianmpdxa38"))))
                "1r3gbi0ayxps1bnvsdfjyq12q2isagbd49gryfdnb6a7zkbbbyqb"))))
    (build-system meson-build-system)
    (native-inputs
     (list pkg-config gettext-minimal scdoc))