gnu: meson: Update to 0.59.1.
* gnu/packages/build-tools.scm (meson): Update to 0.59.1.
This commit is contained in:
parent
4177dc9a35
commit
fab1aa3a46
@ -264,7 +264,7 @@ files and generates build instructions for the Ninja build system.")
|
|||||||
(define-public meson
|
(define-public meson
|
||||||
(package
|
(package
|
||||||
(name "meson")
|
(name "meson")
|
||||||
(version "0.59.0")
|
(version "0.59.1")
|
||||||
(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/"
|
||||||
@ -272,7 +272,7 @@ files and generates build instructions for the Ninja build system.")
|
|||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xp45ihjkl90s4crzh9qmaajxq7invbv5k0yw3gl7dk4vycc4xp3"))))
|
"0v9m0bazhj48kwc8x3gkxg5c3kcvknvqfjlq22z6pm2h2r2nln6v"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; FIXME: Tests require many additional inputs and patching many
|
`(;; FIXME: Tests require many additional inputs and patching many
|
||||||
|
Loading…
x
Reference in New Issue
Block a user