python3Packages.openant: fix pname

This commit is contained in:
Robert Schütz
2026-06-28 08:54:02 -07:00
parent f0c9c59635
commit 3a4ada4f4d

View File

@@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
pname = "openant-unstable";
pname = "openant";
version = "1.3.1";
pyproject = true;