Merge pull request #153957 from r-ryantm/auto-update/python3.8-types-toml

python38Packages.types-toml: 0.10.1 -> 0.10.2
This commit is contained in:
Fabian Affolter 2022-01-08 09:25:25 +01:00 committed by GitHub
commit 550438a56a
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.1";
version = "0.10.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "1jqh0vki1hccj391gnxpblim429sj56npgq2z749f8v9ay6qy7sw";
sha256 = "cd38b802e9c84c7a2e9b61e99a217e794bc01874586b292222e9764c6c7ca75c";
};
# Module doesn't have tests