Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -317,7 +317,7 @@ resembles Python.")
(define-public meson-next (define-public meson-next
(package (package
(inherit meson) (inherit meson)
(version "0.57.1") (version "0.57.2")
(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/"
@ -325,7 +325,7 @@ resembles Python.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"19n8alcpzv6npgp27iqljkmvdmr7s2c7zm8y997j1nlvpa1cgqbj")))))) "1iac7p99zfgkznq4qlnkk7b8xwwlilcrnkf33sczm56yqnqyg0rs"))))))
(define-public meson-for-build (define-public meson-for-build
(package (package