pythonPackages.pg8000_1_12: drop

Versioned attributes in python-packages.nix should be avoided.
This commit is contained in:
Robert Schütz 2021-06-23 00:05:49 +02:00
parent 9653f60340
commit 74a89be4dd

View file

@ -5186,8 +5186,6 @@ in {
pg8000 = callPackage ../development/python-modules/pg8000 { };
pg8000_1_12 = callPackage ../development/python-modules/pg8000/1_12.nix { };
pgcli = callPackage ../development/tools/database/pgcli { };
pglast = callPackage ../development/python-modules/pglast { };