python3Packages.types-decorator: 0.1.7 -> 5.1.0

This commit is contained in:
Fabian Affolter 2021-10-12 18:13:32 +02:00
parent 9df16c9767
commit 5a9fa2416d

View file

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-decorator"; pname = "types-decorator";
version = "0.1.7"; version = "5.1.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0pmcc8xpsmij4174ky81vp811yxgic2lj1dfj2fa0ii87nlcfwhp"; sha256 = "sha256-mavQDGFOVOde4I2IeZiGrMKRjMiJBeymR0upF7Mncps=";
}; };
# Modules doesn't have tests # Modules doesn't have tests