python3Packages.wagtail-localize: 1.8.2 -> 1.9

This commit is contained in:
Sylvain Fankhauser 2024-04-06 11:13:36 +02:00
parent a24d6aca4d
commit ef3a4392ff
No known key found for this signature in database
GPG Key ID: 4228AB9EC0612ADA
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 = [