mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
b4148713d1
commit
2a90ce896f
1 changed files with 2 additions and 2 deletions
|
@ -3067,7 +3067,7 @@ (define-public libucl
|
|||
(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 @@ (define-public labwc
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04401k1i6b9s2v6mbhw5llla8fdpkhmgz826iva246iqch9z20lx"))))
|
||||
"17p3wcnggnd4v37z1dgv8nmc35nq4261s8sglr44bf71vjircggz"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config gettext-minimal scdoc))
|
||||
|
|
Loading…
Reference in a new issue