python3Packages.types-toml: 0.10.8.5 -> 0.10.8.7

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:19 +02:00
parent 0ead74b28f
commit 8b58bfbba4

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-toml";
version = "0.10.8.5";
version = "0.10.8.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-v4D859LXS+kRSPR7iNmuWt6xAkq+8iqi/bq8A21rizw=";
hash = "sha256-WLB4HGgeZx/wtcAxkwmRBon0q0DookMeIF1wyUu277E=";
};
# Module doesn't have tests