python3.pkgs.typecode: init at 21.2.24

This commit is contained in:
Cole Helbling
2021-04-23 09:10:58 -07:00
parent f72f9ff624
commit 4455989424
2 changed files with 55 additions and 0 deletions
+2
View File
@@ -8722,6 +8722,8 @@ in {
txtorcon = callPackage ../development/python-modules/txtorcon { };
typecode = callPackage ../development/python-modules/typecode { };
typed-ast = callPackage ../development/python-modules/typed-ast { };
typeguard = callPackage ../development/python-modules/typeguard { };