python3Packages.django-timezone-field: 7.2.1 -> 7.2.2

https://github.com/mfogel/django-timezone-field/compare/7.2.1...7.2.2
This commit is contained in:
Martin Weinelt
2026-06-08 14:32:27 +02:00
parent b298ad4409
commit 6d3aa76e4b
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "django-timezone-field";
version = "7.2.1";
version = "7.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mfogel";
repo = "django-timezone-field";
tag = version;
hash = "sha256-iOdWgLj6qzMYusfpG/aCBk3ca9Ge7Kx2p9herJtpORs=";
hash = "sha256-EGjBzKTYXTShrPIHfBIm1LqzYGuxew7ptvlGppXOYSY=";
};
build-system = [ poetry-core ];