3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.types-decorator: 5.1.4 -> 5.1.5

This commit is contained in:
R. Ryantm 2022-04-17 09:21:53 +00:00
parent 6140c314d5
commit 45c9af19f4

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-decorator";
version = "5.1.4";
version = "5.1.5";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "463c04b192108e2b3f409df8a3eaaf8d44e3e98965c11e473ed2a97da591798b";
sha256 = "sha256-CrPgAZyBGRIrXzD0IlUkcbkc8xOLPI69krQb1d3h3QI=";
};
# Modules doesn't have tests