python3Packages.django-localflavor: 5.0 -> 5.1

https://github.com/django/django-localflavor/blob/5.1/docs/changelog.rst
This commit is contained in:
Martin Weinelt
2026-08-03 22:43:48 +02:00
parent 77206615e2
commit 522f6943a7
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "django-localflavor";
version = "5.0";
version = "5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "django";
repo = "django-localflavor";
tag = version;
hash = "sha256-eYhkWfxoZlnxhCIaqBhoEt0+SbkZKkUNUAy4p3tYf4A=";
hash = "sha256-pvfXZVHL1/uXibfhimF3T76w2KwlwEVhJFe2VXWM55k=";
};
build-system = [ setuptools ];