python3Packages.bencode-py: fix pname

This commit is contained in:
Robert Schütz
2026-07-08 19:21:48 -07:00
parent 61ac5736f4
commit a8ea58d366
@@ -7,7 +7,7 @@
pytestCheckHook,
}:
buildPythonPackage (finalAttrs: {
pname = "beconde-py";
pname = "bencode-py";
version = "4.0.0";
pyproject = true;