Merge pull request #217455 from fabaff/types-decorator-bump

python310Packages.types-decorator: 5.1.8.2 -> 5.1.8.3
This commit is contained in:
Fabian Affolter 2023-02-22 00:25:17 +01:00 committed by GitHub
commit c77264d90f
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.8.2";
version = "5.1.8.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Sddr47Ry/U+k3DO6VapLke5h6/c3nRrSVfxWMvy9wAc=";
sha256 = "sha256-Mt04D8iNDnofJ6hLoc5uKboK1CyqobiOe10n5h9uSWI=";
};
# Modules doesn't have tests