gnu: meson: Update to 0.60.3.

* gnu/packages/build-tools.scm (gn): Update to 0.60.3.
This commit is contained in:
Maxim Cournoyer 2021-12-24 01:26:33 -05:00
parent abb5a92cbc
commit ec26595e30
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -264,7 +264,7 @@ (define-public gn
(define-public meson
(package
(name "meson")
(version "0.60.2")
(version "0.60.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
@ -272,7 +272,7 @@ (define-public meson
version ".tar.gz"))
(sha256
(base32
"08g9ag8cbrki5srggawsm96f3fggaj0wmmpryi9826xzcn2rdrk4"))
"13mrrizg4vl6n5k7fz6amyafnn3i097dcarr552qc0ca6nlmzjl7"))
(patches (search-patches
"meson-allow-dirs-outside-of-prefix.patch"))))
(build-system python-build-system)