gnu: meson: Update to 0.47.2.
* gnu/packages/build-tools.scm (meson): Update to 0.47.2.
This commit is contained in:
parent
5d948c0c5d
commit
9bb8b563a8
|
@ -101,7 +101,7 @@ generate such a compilation database.")
|
||||||
(define-public meson
|
(define-public meson
|
||||||
(package
|
(package
|
||||||
(name "meson")
|
(name "meson")
|
||||||
(version "0.47.1")
|
(version "0.47.2")
|
||||||
(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/"
|
||||||
|
@ -109,7 +109,7 @@ generate such a compilation database.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19mdap2ncvczajx220bd73xmwhd8x906382y18cn9c5syxwxwwyn"))))
|
"1swmycf6p9p0ag6yiywyyri42ffkxxj38r2ic7in24km47cszn4j"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
|
`(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
|
||||||
|
|
Loading…
Reference in New Issue