gnu: labwc: Update to 0.7.1.

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

Change-Id: Ib0351b62f71b6400f2e8ed63c9ca3346a4a11f69
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ahmad Draidi 2024-03-10 14:47:41 +04:00 committed by Ludovic Courtès
parent ef5ff66998
commit 573e3c9e95
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3207,7 +3207,7 @@ (define-public libucl
(define-public labwc (define-public labwc
(package (package
(name "labwc") (name "labwc")
(version "0.7.0") (version "0.7.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3216,7 +3216,7 @@ (define-public labwc
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"17p3wcnggnd4v37z1dgv8nmc35nq4261s8sglr44bf71vjircggz")))) "09j6p4p2c00rpcr65r6igj0llfablg5j2d1ys87kyh858dhajpza"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list pkg-config gettext-minimal scdoc)) (list pkg-config gettext-minimal scdoc))