gnu: meson@0.63: Update to 0.63.2.

* gnu/packages/build-tools.scm (meson-0.63): Update to 0.63.2.
This commit is contained in:
Marius Bakke 2022-09-09 18:11:54 +02:00
parent a38fc96bfc
commit e1c0f26ec5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -328,7 +328,7 @@ (define-public meson-0.59
(define-public meson-0.63
(package
(inherit meson)
(version "0.63.1")
(version "0.63.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
@ -336,7 +336,7 @@ (define-public meson-0.63
version ".tar.gz"))
(sha256
(base32
"1sb5rdra5zc6c3ni8x65zs7r7vsnbarammf5440zzmhkf8li7zh6"))))))
"1gwba75z47m2hv3w08gw8sgqgbknjr7rj1qwr510bgknxwbjy8hn"))))))
(define-public premake4
(package