python311Packages.types-decorator: 5.1.8.3 -> 5.1.8.4

This commit is contained in:
Fabian Affolter 2023-07-22 22:35:51 +02:00
parent 883fd35c94
commit fad660af25

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-decorator";
version = "5.1.8.3";
version = "5.1.8.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Mt04D8iNDnofJ6hLoc5uKboK1CyqobiOe10n5h9uSWI=";
hash = "sha256-qMOQJGNOmYNL7xRs7C42xYX0eISt303GXW0Lex9idRc=";
};
# Modules doesn't have tests