mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: wob: Update to 0.12.
* gnu/packages/xdisorg.scm (wob): Update to 0.12.
This commit is contained in:
parent
a5a8da3f23
commit
5058605d51
1 changed files with 2 additions and 2 deletions
|
@ -1087,14 +1087,14 @@ (define-public xosd
|
||||||
(define-public wob
|
(define-public wob
|
||||||
(package
|
(package
|
||||||
(name "wob")
|
(name "wob")
|
||||||
(version "0.11")
|
(version "0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/francma/wob/releases/download/"
|
(uri (string-append "https://github.com/francma/wob/releases/download/"
|
||||||
version "/wob-" version ".tar.gz"))
|
version "/wob-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vgngcg8wxn6zfg34czn9w55ia0zmhlgnpzf0gh31dc72li9353k"))))
|
(base32 "080pwz8pvqqq068lavzz48dl350iszpdswjd86bjk6zra5h5d10q"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue