1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 04:38:51 +02:00

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
+3 -3
View File
@@ -1140,19 +1140,19 @@ transparent text on your screen.")
(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