python311Packages.django-statici18n: 2.4.0 -> 2.5.0
9b83a8f0f2
...v2.5.0
This commit is contained in:
parent
cff4905a74
commit
47fbe99fe3
1 changed files with 3 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue