mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
ef5ff66998
commit
573e3c9e95
1 changed files with 2 additions and 2 deletions
|
@ -3207,7 +3207,7 @@ (define-public libucl
|
|||
(define-public labwc
|
||||
(package
|
||||
(name "labwc")
|
||||
(version "0.7.0")
|
||||
(version "0.7.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3216,7 +3216,7 @@ (define-public labwc
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17p3wcnggnd4v37z1dgv8nmc35nq4261s8sglr44bf71vjircggz"))))
|
||||
"09j6p4p2c00rpcr65r6igj0llfablg5j2d1ys87kyh858dhajpza"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config gettext-minimal scdoc))
|
||||
|
|
Loading…
Reference in a new issue