mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge pull request #310605 from alyssais/contourpy
python3Packages.contourpy: fix typo in binding
This commit is contained in:
commit
3bb855986f
@ -23,7 +23,7 @@
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
let countourpy = buildPythonPackage rec {
|
||||
let contourpy = buildPythonPackage rec {
|
||||
pname = "contourpy";
|
||||
version = "1.2.0";
|
||||
format = "pyproject";
|
||||
@ -61,7 +61,7 @@ let countourpy = buildPythonPackage rec {
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
check = countourpy.overridePythonAttrs (_: { doCheck = true; });
|
||||
check = contourpy.overridePythonAttrs (_: { doCheck = true; });
|
||||
};
|
||||
|
||||
pythonImportsCheck = [
|
||||
@ -76,4 +76,4 @@ let countourpy = buildPythonPackage rec {
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
in countourpy
|
||||
in contourpy
|
||||
|
Loading…
Reference in New Issue
Block a user