Merge pull request #170732 from r-ryantm/auto-update/python3.10-types-toml

python310Packages.types-toml: 0.10.5 -> 0.10.6
This commit is contained in:
Fabian Affolter 2022-04-28 08:50:06 +02:00 committed by GitHub
commit b4910355c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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