1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: meson@0.57: Update to 0.57.2.

* gnu/packages/build-tools.scm (meson-next): Update to 0.57.2.
This commit is contained in:
Tobias Geerinckx-Rice
2021-04-10 22:28:42 +02:00
parent 05b65e68c8
commit 166aaea333

View File

@@ -317,7 +317,7 @@ resembles Python.")
(define-public meson-next
(package
(inherit meson)
(version "0.57.1")
(version "0.57.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
@@ -325,7 +325,7 @@ resembles Python.")
version ".tar.gz"))
(sha256
(base32
"19n8alcpzv6npgp27iqljkmvdmr7s2c7zm8y997j1nlvpa1cgqbj"))))))
"1iac7p99zfgkznq4qlnkk7b8xwwlilcrnkf33sczm56yqnqyg0rs"))))))
(define-public meson-for-build
(package