gnu: meson: Update to 0.43.0.

* gnu/packages/build-tools.scm (meson): Update to 0.43.0.
This commit is contained in:
Ricardo Wurmus 2017-10-13 22:47:00 +02:00
parent d24c69d866
commit a47ed09624
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -70,15 +70,15 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(define-public meson (define-public meson
(package (package
(name "meson") (name "meson")
(version "0.42.1") (version "0.43.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/" (uri (string-append "https://github.com/mesonbuild/meson/"
"archive/" version ".tar.gz")) "releases/download/" version "/meson-"
(file-name (string-append name "-" version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1494hdnd40g2v6pky34j0f2iwc6kwn51vck37qwz7nl2xr17b18q")))) "0h3k0m45004ay1hzz9r66fkl1kwizaigxahyrlabyw0d1slyq4y5"))))
(build-system python-build-system) (build-system python-build-system)
(inputs `(("ninja", ninja))) (inputs `(("ninja", ninja)))
(propagated-inputs `(("python" ,python))) (propagated-inputs `(("python" ,python)))