gnu: meson: Update to 1.1.0.
* gnu/packages/build-tools.scm (meson): Update to 1.1.0.
This commit is contained in:
parent
1e28aed2eb
commit
e6604e4b43
1 changed files with 2 additions and 2 deletions
|
@ -287,7 +287,7 @@ files and generates build instructions for the Ninja build system.")
|
||||||
(define-public meson
|
(define-public meson
|
||||||
(package
|
(package
|
||||||
(name "meson")
|
(name "meson")
|
||||||
(version "1.0.1")
|
(version "1.1.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/"
|
||||||
|
@ -295,7 +295,7 @@ files and generates build instructions for the Ninja build system.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hfk75wcrci7jhv9wbsjqghblrqnf1gbqmvwrhl8flbgvqqbf9nr"))))
|
"17w2zymmvrffhfpqsaj7qcbjwgv9iaawcpzhz2gnhlvcrm26qqfr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;disabled to avoid extra dependencies
|
(list #:tests? #f ;disabled to avoid extra dependencies
|
||||||
|
|
Reference in a new issue