gnu: Add meson-1.5.

* gnu/packages/build-tools.scm (meson-1.5): New variable.
This commit is contained in:
Liliana Marie Prikler 2024-09-01 02:00:11 +02:00
parent a751c59304
commit 6596e495f3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -329,6 +329,19 @@ (define-public meson
resembles Python.")
(license license:asl2.0)))
(define-public meson-1.5
(package
(inherit meson)
(version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
"releases/download/" version "/meson-"
version ".tar.gz"))
(sha256
(base32
"1vab706pw1q17vh9rbsmlirgiji3k6wljl735lxffp95vwx56zjn"))))))
(define-public meson-python
(package
(name "meson-python")