mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: wlroots: Update to 0.16.2.
* gnu/packages/wm.scm (wlroots): Update to 0.16.2. [home-page]: Switch to new upstream homepage. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
c63e665286
commit
1b9330d8b5
1 changed files with 3 additions and 3 deletions
|
@ -1584,7 +1584,7 @@ (define-public polybar
|
||||||
(define-public wlroots
|
(define-public wlroots
|
||||||
(package
|
(package
|
||||||
(name "wlroots")
|
(name "wlroots")
|
||||||
(version "0.16.1")
|
(version "0.16.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1593,7 +1593,7 @@ (define-public wlroots
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11kcica9waj1a1xgbi12gif9z5z0b4xzycbcgawbgdmj77pws8sk"))))
|
(base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1628,7 +1628,7 @@ (define-public wlroots
|
||||||
(list
|
(list
|
||||||
`(,hwdata "pnp")
|
`(,hwdata "pnp")
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(home-page "https://github.com/swaywm/wlroots")
|
(home-page "https://gitlab.freedesktop.org/wlroots/wlroots/")
|
||||||
(synopsis "Pluggable, composable, unopinionated modules for building a
|
(synopsis "Pluggable, composable, unopinionated modules for building a
|
||||||
Wayland compositor")
|
Wayland compositor")
|
||||||
(description "wlroots is a set of pluggable, composable, unopinionated
|
(description "wlroots is a set of pluggable, composable, unopinionated
|
||||||
|
|
Loading…
Reference in a new issue