gnu: meson: Update to 0.60.0.

* gnu/packages/build-tools.scm (meson): Update to 0.60.0.
This commit is contained in:
Maxim Cournoyer 2021-10-27 09:54:12 -04:00
parent df20439d44
commit e976789754
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.59.1")
(version "0.60.0")
(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
"0v9m0bazhj48kwc8x3gkxg5c3kcvknvqfjlq22z6pm2h2r2nln6v"))
"0irdn7hx5a182jbvq2kmdwd1v7mljzh5fm27pg4xk879hnv6h388"))
(patches (search-patches
"meson-allow-dirs-outside-of-prefix.patch"))))
(build-system python-build-system)