python313Packages.meson-python: 0.17.1 -> 0.18.0

https://github.com/mesonbuild/meson-python/blob/0.18.0/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-05-23 16:27:18 +02:00
parent c9659ef5bc
commit e2daab564d
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "meson-python";
version = "0.17.1";
version = "0.18.0";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "meson_python";
hash = "sha256-77kfafLhnu97yaRx7SpOcwCIzGs56srz5J/E+TDrX4M=";
hash = "sha256-xWqZ7J32aaQGYv5GlgMhr25LFBBsFNsihwnBYo4jhI0=";
};
nativeBuildInputs = [