gnu: meson: Update to 0.41.1.
* gnu/packages/build-tools.scm (meson) Update to 0.41.1.
This commit is contained in:
parent
ec5c24f9a8
commit
137a330988
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ (define-public bam
|
|||
(define-public meson
|
||||
(package
|
||||
(name "meson")
|
||||
(version "0.40.1")
|
||||
(version "0.41.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
|
@ -77,7 +77,7 @@ (define-public meson
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yl6iryh89nn6hzhwv7kg16ki1chh9h0x1yk1y130h87iq42a35r"))))
|
||||
"12ygjh1dxi8z06nl704rfb6zj0m2zjqp279nymfgzfgy5zq032d4"))))
|
||||
(build-system python-build-system)
|
||||
(inputs `(("ninja", ninja)))
|
||||
(home-page "https://mesonbuild.com/")
|
||||
|
|
Loading…
Reference in a new issue