python38Packages.types-decorator: 5.1.2 -> 5.1.3

This commit is contained in:
R. Ryantm 2022-01-08 07:30:34 +00:00
parent 568e0bc498
commit 5422decc69

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-decorator";
version = "5.1.2";
version = "5.1.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "b3dd9027af1131b4e55ccd09248b7accc7a02d567139e2009ed20db13cf90600";
sha256 = "15d859bec0adca9edd948e94a5773c32710ee5dd4ad14ec983f08f979a821610";
};
# Modules doesn't have tests