python3Packages.django-types: 0.20.0 -> 0.22.0

This commit is contained in:
R. Ryantm 2025-07-15 19:11:57 +00:00
parent ab7ac10545
commit ed5d1cd52f

View File

@ -8,13 +8,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-types"; pname = "django-types";
version = "0.20.0"; version = "0.22.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "django_types"; pname = "django_types";
inherit version; inherit version;
hash = "sha256-TlXSxWFV49addd756x2VqJEwPyrBn8z2/oBW2kKT+uc="; hash = "sha256-TOzJ7uhG5/8qOYvsnf5lQ+du+5IqeljF1gZLyw5qPcU=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];