python311Packages.types-decorator: 5.1.8.20240106 -> 5.1.8.20240310

This commit is contained in:
R. Ryantm 2024-03-10 06:02:27 +00:00
parent 6b2fe60cd5
commit d03766fbd3

View file

@ -5,12 +5,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-decorator"; pname = "types-decorator";
version = "5.1.8.20240106"; version = "5.1.8.20240310";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-Mv+SszYVBg0judN2ASS9s1BsSqjZ61CWPPGjwguey78="; hash = "sha256-UuMWsDeDiGqKKr3CKPcHFoC6ZYlFRc0ghevjz4hoSg4=";
}; };
# Modules doesn't have tests # Modules doesn't have tests