mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
python3Packages.openant: fix pname
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openant-unstable";
|
||||
pname = "openant";
|
||||
version = "1.3.1";
|
||||
pyproject = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user