gnu: meson: Update to 0.60.3.
* gnu/packages/build-tools.scm (gn): Update to 0.60.3.
This commit is contained in:
parent
abb5a92cbc
commit
ec26595e30
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ (define-public gn
|
||||||
(define-public meson
|
(define-public meson
|
||||||
(package
|
(package
|
||||||
(name "meson")
|
(name "meson")
|
||||||
(version "0.60.2")
|
(version "0.60.3")
|
||||||
(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 @@ (define-public meson
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08g9ag8cbrki5srggawsm96f3fggaj0wmmpryi9826xzcn2rdrk4"))
|
"13mrrizg4vl6n5k7fz6amyafnn3i097dcarr552qc0ca6nlmzjl7"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"meson-allow-dirs-outside-of-prefix.patch"))))
|
"meson-allow-dirs-outside-of-prefix.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
Loading…
Reference in a new issue