python3Packages.django-types: 0.20.0 -> 0.22.0 (#420312)

Nick Cao a646b312 c3ec3a7c

Changed files
+2 -2
pkgs
development
python-modules
django-types
+2 -2
pkgs/development/python-modules/django-types/default.nix
···
buildPythonPackage rec {
pname = "django-types";
-
version = "0.20.0";
+
version = "0.22.0";
pyproject = true;
src = fetchPypi {
pname = "django_types";
inherit version;
-
hash = "sha256-TlXSxWFV49addd756x2VqJEwPyrBn8z2/oBW2kKT+uc=";
+
hash = "sha256-TOzJ7uhG5/8qOYvsnf5lQ+du+5IqeljF1gZLyw5qPcU=";
};
build-system = [ poetry-core ];