python310Packages.types-toml: 0.10.5 -> 0.10.6

This commit is contained in:
R. Ryantm 2022-04-28 05:33:28 +00:00
parent df13cab16c
commit c7282002e7

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-toml";
version = "0.10.5";
version = "0.10.6";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-+UlGOjiCAL45Lvk5nbrT4eO75tRUPYStk9lsP9oCgIA=";
sha256 = "sha256-aus+17+oaTgVUcd07WqRQuPu2YqD76UQipYy6v1W3NM=";
};
# Module doesn't have tests