mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mako: Update to 1.6.
* gnu/packages/wm.scm (mako): Update to 1.6. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
3381e2d3ed
commit
b844e88e60
1 changed files with 2 additions and 2 deletions
|
@ -1741,7 +1741,7 @@ (define-public wlr-randr
|
|||
(define-public mako
|
||||
(package
|
||||
(name "mako")
|
||||
(version "1.4.1")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1750,7 +1750,7 @@ (define-public mako
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0hwvibpnrximb628w9dsfjpi30b5jy7nfkm4d94z5vhp78p43vxh"))))
|
||||
(base32 "0vbx2r01rq3r9zc6kflah44ms1fzf4z857zmq3qxnfsyjdkz1hs5"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list cairo elogind gdk-pixbuf pango wayland))
|
||||
(native-inputs (list pkg-config scdoc wayland-protocols))
|
||||
|
|
Loading…
Reference in a new issue