python3Packages.meson-python: 0.14.0 -> 0.15.0

https://github.com/mesonbuild/meson-python/blob/0.15.0/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2023-12-20 20:44:35 +01:00
parent afb75a972b
commit 3ff5f1e109
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "meson-python";
version = "0.14.0";
version = "0.15.0";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "meson_python";
hash = "sha256-uWhmaQMmVE3+RSWDdTrD9DMTIn6f2UFnAajfkK8hIjQ=";
hash = "sha256-/dtz7s1J6JwcQch5N82JwtC2WhxjuigjhoHUvZSE0m8=";
};
nativeBuildInputs = [