gnu: meson: Update to 0.51.0.
* gnu/packages/build-tools.scm (meson): Update to 0.51.0.
This commit is contained in:
parent
ac3842ef3e
commit
70530036b8
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ (define-public gn
|
||||||
(define-public meson
|
(define-public meson
|
||||||
(package
|
(package
|
||||||
(name "meson")
|
(name "meson")
|
||||||
(version "0.50.1")
|
(version "0.51.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/"
|
||||||
|
@ -170,7 +170,7 @@ (define-public meson
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k2fw5qk4mqjcb4j5dhp8xfn0caqphb11yh8zkw7v9w01kb5d3zn"))))
|
"0gynkr02mlillh35ksizsf6zc4dfxb8gqym00df5klw6spvgsx9g"))))
|
||||||
(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 a new issue