mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
6c3a38442b
commit
ac3906fe00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue