mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add meson-1.5.
* gnu/packages/build-tools.scm (meson-1.5): New variable.
This commit is contained in:
parent
a751c59304
commit
6596e495f3
1 changed files with 13 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue