mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
9ce8160844
commit
0efdde91f6
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue