gnu: mako: Update to 1.8.0.

* gnu/packages/wm.scm (mako): Update to 1.8.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
kiasoc5 2023-06-15 23:48:57 -04:00 committed by Christopher Baines
parent 6c3a38442b
commit ac3906fe00
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1924,7 +1924,7 @@ (define-public wlr-randr
(define-public mako (define-public mako
(package (package
(name "mako") (name "mako")
(version "1.7.1") (version "1.8.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1933,7 +1933,7 @@ (define-public mako
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0vpar1a7zafkd2plmyaackgba6fyg35s9zzyxmj8j7v2q5zxirgz")))) "05g1gp61qd9n9w4lq925i4wgryagvah6x489g17j7rnw59q4qhdi"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:phases (list #:phases