python3Packages.meson-python: 0.6.0 -> 0.8.1
This commit is contained in:
parent
941663db0b
commit
9b4a97f4f1
1 changed files with 4 additions and 4 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "meson-python";
|
pname = "meson-python";
|
||||||
version = "0.6.0";
|
version = "0.8.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "meson_python";
|
pname = "meson_python";
|
||||||
hash = "sha256-/bX7s6ttdTav/+qPt9CYREb4t5vHCz+8mA5DvV81bfM=";
|
hash = "sha256-RC8fpM9dtQ7qYRcKYFnBD6/XCXf12980QcEGzSOwXkw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -28,7 +28,6 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
colorama
|
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pyproject-metadata
|
pyproject-metadata
|
||||||
|
@ -44,7 +43,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Meson Python build backend (PEP 517)";
|
description = "Meson Python build backend (PEP 517)";
|
||||||
|
homepage = "https://github.com/FFY00/meson-python";
|
||||||
license = [ lib.licenses.mit ];
|
license = [ lib.licenses.mit ];
|
||||||
maintainers = [ lib.maintainers.fridh ];
|
maintainers = [ lib.maintainers.fridh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue