meson: 0.54.1 → 0.54.2

https://github.com/mesonbuild/meson/compare/0.54.1...0.54.2
This commit is contained in:
Jan Tojnar
2020-05-15 16:58:41 +02:00
parent bf60834d6d
commit 282cb2f8d6
2 changed files with 5 additions and 8 deletions
@@ -8,11 +8,11 @@
python3Packages.buildPythonApplication rec {
pname = "meson";
version = "0.54.1";
version = "0.54.2";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "L3b7RXJ2K+E+5HkpJhAJG0UJr1eIvM6zkf4iK80Cltw=";
sha256 = "p3Fu6uj43/AC5BR2Qliatklv+DnkN2pa7XYfg8H6BFU=";
};
postFixup = ''