python3Packages.wagtail-localize: 1.5.2 -> 1.6

This commit is contained in:
Sylvain Fankhauser 2023-11-08 14:13:16 +01:00
parent 700811fa73
commit b5b93529d9
No known key found for this signature in database
GPG Key ID: 4228AB9EC0612ADA

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "wagtail-localize";
version = "1.5.2";
version = "1.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
repo = pname;
owner = "wagtail";
rev = "refs/tags/v${version}";
hash = "sha256-7r2FFfWGqjE3Z7wsdf6KwwbUZ+wXqOscsL/2CepSMLY=";
hash = "sha256-OrRR5wLTq3icSBq+9m+MxIvkTvJP7yiGR9yzPt53q+k=";
};
nativeBuildInputs = [