python3Packages.pyosmium: 3.1.0 → 3.1.3

This commit is contained in:
Nikolay Korotkiy
2021-03-30 13:29:32 +03:00
parent 4aacd02d33
commit f525c90794
2 changed files with 8 additions and 5 deletions
+3 -1
View File
@@ -6055,7 +6055,9 @@ in {
pyosf = callPackage ../development/python-modules/pyosf { };
pyosmium = callPackage ../development/python-modules/pyosmium { };
pyosmium = callPackage ../development/python-modules/pyosmium {
inherit (pkgs) lz4;
};
pyotp = callPackage ../development/python-modules/pyotp { };