gnu: meson: Update to 0.53.2.
* gnu/packages/build-tools.scm (meson): Update to 0.53.2.
This commit is contained in:
parent
aec34459a3
commit
275f874958
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ (define-public gn
|
|||
(define-public meson
|
||||
(package
|
||||
(name "meson")
|
||||
(version "0.53.1")
|
||||
(version "0.53.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
|
@ -176,7 +176,7 @@ (define-public meson
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"011v84ijdnmbdgpzslaa6qiq7p2jh52sqzb0q6iaq6vhx8za66zc"))))
|
||||
"07y2hh9dfn1m9g4bsy49nbn3vdmd0b2iwr8bxg19fhqq6c7q73ry"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
|
||||
|
|
Loading…
Reference in a new issue