python3.pkgs.meson-python: 0.8.1 -> 0.10.0

This commit is contained in:
Doron Behar 2022-11-12 14:36:10 +02:00
parent 22f9a62070
commit e6f280c62b

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "meson-python";
version = "0.8.1";
version = "0.10.0";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "meson_python";
hash = "sha256-RC8fpM9dtQ7qYRcKYFnBD6/XCXf12980QcEGzSOwXkw=";
hash = "sha256-CN0SLBB029XFW1OZOnGcynPdghY3LJEhf3pVAmD55+E=";
};
nativeBuildInputs = [