python3Packages.meson-python: 0.12.0 -> 0.12.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:30 +01:00
parent 59d23ead06
commit 6531f2ae46

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "meson-python";
version = "0.12.0";
version = "0.12.1";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "meson_python";
hash = "sha256-jLFZqAk6LnPPqJf4CS7JO3TjhC+U3/f944HG/g4LBk0=";
hash = "sha256-PVs+WB1wpYqXucEWp16Xp2zEtMfnX6Blj8g5I3Hi8sI=";
};
nativeBuildInputs = [