mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05: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:
parent
aa9e31809d
commit
544fcac62b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue