gnu: meson/newer: Update to 1.2.1.

* gnu/packages/build-tools.scm (meson/newer): Update to 1.2.1.
This commit is contained in:
Nicolas Graves 2023-12-13 22:56:21 +01:00 committed by Ricardo Wurmus
parent fbfd58b5bf
commit ce953927fd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -333,7 +333,7 @@ (define-public meson
(define-public meson/newer
(package
(inherit meson)
(version "1.1.1")
(version "1.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
@ -341,7 +341,7 @@ (define-public meson/newer
version ".tar.gz"))
(sha256
(base32
"073vf8059nzs6p5aaqr5wva4pgl81540szdb5yw9yhyajwgm8jyh"))))))
"1x9rnrbwvzhnzmz4zqag44w06khks8wckcajxsbr8m4760akmnxi"))))))
(define-public meson-python
(package