python310Packages.types-decorator: 5.1.8.2 -> 5.1.8.3

This commit is contained in:
Fabian Affolter 2023-02-21 08:20:16 +01:00
parent c0bb8d41bb
commit 8533d0146b

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