python3Packages.django-statici18n: 2.6.0 -> 2.7.1

https://github.com/zyegfryed/django-statici18n/compare/v2.6.0...v2.7.1
This commit is contained in:
Martin Weinelt
2026-03-30 15:45:02 +02:00
parent d5665878db
commit 8acda648e3
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "django-statici18n";
version = "2.6.0";
version = "2.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zyegfryed";
repo = "django-statici18n";
tag = "v${version}";
hash = "sha256-G1JF/AQEDgvDamvjCYiQM7b6HfbdMBhfEUvT3yL1io0=";
hash = "sha256-e6sCH/9h+Ki96hfG4ftuLo34HfZbwImThi9YxmZOmRc=";
};
build-system = [ setuptools ];