gnu: labwc: Update to 0.7.2.
* gnu/packages/wm.scm (labwc): Update to 0.7.2. Change-Id: I2ff485816069c962a9d532472e255305ce35316e Signed-off-by: Andreas Enge <andreas@enge.fr>master
parent
dffb519c59
commit
88889137f5
|
@ -3314,7 +3314,7 @@ read and write, and compatible with JSON.")
|
||||||
(define-public labwc
|
(define-public labwc
|
||||||
(package
|
(package
|
||||||
(name "labwc")
|
(name "labwc")
|
||||||
(version "0.7.1")
|
(version "0.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3323,7 +3323,7 @@ read and write, and compatible with JSON.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09j6p4p2c00rpcr65r6igj0llfablg5j2d1ys87kyh858dhajpza"))))
|
"1vlignyv9bczkc8xcmzaj4x88v072qhc79j2pjwnxy9xv0282d7i"))))
|
||||||
(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))
|
||||||
|
|
Reference in New Issue