python.pkgs.r2pipe: init at 1.2.0 (#53504)

This commit is contained in:
Timo Kaufmann
2019-01-06 19:10:47 +01:00
committed by GitHub
parent 5b201a8e98
commit a2ffb3fcd8
2 changed files with 53 additions and 0 deletions

View File

@@ -2102,6 +2102,8 @@ in {
svg-path = callPackage ../development/python-modules/svg-path { };
r2pipe = callPackage ../development/python-modules/r2pipe { };
regex = callPackage ../development/python-modules/regex { };
ratelimiter = callPackage ../development/python-modules/ratelimiter { };