diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-18 17:56:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-19 01:06:54 +0200 |
commit | 137a330988ec89cfe7ec9cb71fa08557c8cc5a55 (patch) | |
tree | 689d87daffe44eceb40430d47ca7ad7d4d5b4f31 | |
parent | ec5c24f9a8421172a0cf9133d512014b31815a76 (diff) | |
download | guix-137a330988ec89cfe7ec9cb71fa08557c8cc5a55.tar.gz |
gnu: meson: Update to 0.41.1.
* gnu/packages/build-tools.scm (meson) Update to 0.41.1.
-rw-r--r-- | gnu/packages/build-tools.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 66f46433f9..423ad7fd95 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -69,7 +69,7 @@ makes a few sacrifices to acquire fast full and incremental build times.") (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 @@ makes a few sacrifices to acquire fast full and incremental build times.") (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/") |