Merge pull request #302051 from sephii/wagtail-localize-19

This commit is contained in:
Sandro 2024-04-06 12:03:27 +02:00 committed by GitHub
commit bce9fb4ca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -17,16 +17,16 @@
buildPythonPackage rec {
pname = "wagtail-localize";
version = "1.8.2";
version = "1.9";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
repo = "wagtail-localize";
owner = "wagtail";
rev = "refs/tags/v${version}";
hash = "sha256-DBqGFD6piMn9d7Ls/GBeBfeQty/MDvlQY0GP66BA2QE=";
hash = "sha256-ENdUXfvQOfd9cgHr6fd5Hf+8AJXFix3YbsYJQfpu4ZE=";
};
nativeBuildInputs = [