gnu: meson: Update to 0.56.2.
* gnu/packages/build-tools.scm (meson): Update to 0.56.2. acc# modified: gnu/packages/build-tools.scm
This commit is contained in:
parent
b6a50fae1f
commit
b42509817e
1 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ (define-public gn
|
|||
(define-public meson
|
||||
(package
|
||||
(name "meson")
|
||||
(version "0.55.1")
|
||||
(version "0.56.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
|
@ -224,7 +224,7 @@ (define-public meson
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1070kjiirxxdfppmrhi3wsc6rykay1zlciqrzayjhjg0hkw42mrv"))))
|
||||
"1x47vc7023w8w90r6jda5hk2jsh68i66x49gckdgixw32fwvvf1w"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
|
||||
|
|
Loading…
Reference in a new issue