apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit af4b21a88245c6e67d540c9c59c29915455c9b9e Author: Maxim Cournoyer <[email protected]> AuthorDate: Sat Jan 23 22:29:44 2021 -0500 gnu: meson-0.55: Update to 0.55.3. * gnu/packages/build-tools.scm (meson-0.55): Update to 0.55.3. --- gnu/packages/build-tools.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 43a2f15..f752665 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -253,7 +253,7 @@ resembles Python.") (define-public meson-0.55 (package (inherit meson) - (version "0.55.1") + (version "0.55.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/mesonbuild/meson/" @@ -261,7 +261,7 @@ resembles Python.") version ".tar.gz")) (sha256 (base32 - "1070kjiirxxdfppmrhi3wsc6rykay1zlciqrzayjhjg0hkw42mrv")))))) + "19cjy24mfaswxyvqmns6rd7hx05ybqb663zlgklspfr8l4jjmvbb")))))) (define-public meson-for-build (package
