rekahsoft-guix: Use meson-0.59 now that 0-55 is no longer available

This commit is contained in:
Collin J. Doering 2021-12-24 21:07:54 -05:00
parent 3efe038631
commit 4c7f7ff286
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
("pkg-config" ,pkg-config)))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55))
`(#:meson ,meson-0.59))
(synopsis "Graphical console client for virtual machines")
(description "Graphical console client for virtual machines using SPICE or
VNC.")