Merge pull request #170993 from r-ryantm/auto-update/python3.10-types-decorator

python310Packages.types-decorator: 5.1.6 -> 5.1.7
This commit is contained in:
Fabian Affolter 2022-04-30 15:44:47 +02:00 committed by GitHub
commit 4fb974f54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-decorator";
version = "5.1.6";
version = "5.1.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OZ+qczvJMstRtQ08odfpV7KuAvPE1xGcdpYxKCo4aKY=";
sha256 = "sha256-srf0f9AcoY+JyMAmSDnZLl95oezAes5Hu5AO/XzQL1k=";
};
# Modules doesn't have tests