mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
python3Packages.tornado_: restore pinned versions
This commit is contained in:
parent
2c0f6e554c
commit
5af6febf48
@ -6990,6 +6990,12 @@ in {
|
||||
else
|
||||
callPackage ../development/python-modules/tornado/5.nix { };
|
||||
|
||||
# Used by circus and grab-site, 2020-08-29
|
||||
tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
|
||||
|
||||
# Used by luigi, 2020-08-29
|
||||
tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
|
||||
|
||||
towncrier = callPackage ../development/python-modules/towncrier { inherit (pkgs) git; };
|
||||
|
||||
tox = callPackage ../development/python-modules/tox { };
|
||||
|
Loading…
Reference in New Issue
Block a user