python311Packages.django-statici18n: 2.4.0 -> 2.5.0

9b83a8f0f2...v2.5.0
This commit is contained in:
Martin Weinelt 2024-05-05 19:34:01 +02:00
parent cff4905a74
commit 47fbe99fe3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16,15 +16,14 @@
buildPythonPackage rec {
pname = "django-statici18n";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zyegfryed";
repo = "django-statici18n";
# https://github.com/zyegfryed/django-statici18n/issues/59
rev = "9b83a8f0f2e625dd5f56d53cfe4e07aca9479ab6";
hash = "sha256-KrIlWmN7um9ad2avfANOza579bjYkxTo9F0UFpvLu3A=";
rev = "refs/tags/v${version}";
hash = "sha256-n6HqHcXvz2ihwN+gJr5P+/Yt4RpuOu2yAjo9fiNZB54=";
};
build-system = [