pythonPackages.rfcat: init at 1.9.5

This commit is contained in:
Tom Repetti
2021-03-03 09:42:00 -05:00
parent 68953d0486
commit a35841420f
2 changed files with 52 additions and 0 deletions
+2
View File
@@ -6726,6 +6726,8 @@ in {
rfc7464 = callPackage ../development/python-modules/rfc7464 { };
rfcat = callPackage ../development/python-modules/rfcat { };
rhpl = disabledIf isPy3k (callPackage ../development/python-modules/rhpl { });
rich = callPackage ../development/python-modules/rich { };