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

This commit is contained in:
Nick Cao 2025-07-15 21:48:11 -04:00 committed by GitHub
commit a646b312bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
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 ];