python3.pkgs.meson-python: 0.12.1 -> 0.13.1

Changelog: https://github.com/mesonbuild/meson-python/blob/0.13.1/CHANGELOG.rst
This commit is contained in:
Doron Behar 2023-06-26 19:07:18 +03:00 committed by Martin Weinelt
parent 9176d9e141
commit 4c772b984f

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "meson-python";
version = "0.12.1";
version = "0.13.1";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "meson_python";
hash = "sha256-PVs+WB1wpYqXucEWp16Xp2zEtMfnX6Blj8g5I3Hi8sI=";
hash = "sha256-Y7MXAAFCXEL6TP7a25BRy9KJJf+O7XxA02ugCZ48dhg=";
};
nativeBuildInputs = [