python3.pkgs.smbus-cffi: init at 0.5.1

This commit is contained in:
Jörg Thalheim
2020-11-08 15:04:41 +01:00
parent 72c424a968
commit d1dc6f61f9
2 changed files with 48 additions and 0 deletions
+2
View File
@@ -6664,6 +6664,8 @@ in {
smartypants = callPackage ../development/python-modules/smartypants { };
smbus-cffi = callPackage ../development/python-modules/smbus-cffi { };
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
smmap = callPackage ../development/python-modules/smmap { };