gnu: wob: Update to 0.14.2.

* gnu/packages/xdisorg.scm (wob): Update to 0.14.2.
[inputs]: Add LIBINIH.
This commit is contained in:
Nicolas Goaziou 2022-11-21 23:06:18 +01:00
parent aa9e31809d
commit 544fcac62b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1140,19 +1140,19 @@ (define-public xosd
(define-public wob
(package
(name "wob")
(version "0.13")
(version "0.14.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/francma/wob/releases/download/"
version "/wob-" version ".tar.gz"))
(sha256
(base32 "0i8y6kq37qcgdq85ll4rapisjl7zw6aa11yx2f2xw2d3j93kdxh8"))))
(base32 "12s9pc0dhqgawq6jiqhamj1zq9753kgpswny1rcsdx1lkpzrgaq1"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config scdoc))
(inputs
(list libseccomp wayland wayland-protocols))
(list libinih libseccomp wayland wayland-protocols))
(home-page "https://github.com/francma/wob")
(synopsis "Lightweight overlay bar for Wayland")
(description