Merge pull request #267813 from sephii/wagtail-localize-1_7

python3Packages.wagtail-localize: 1.6 -> 1.7
This commit is contained in:
OTABI Tomoya 2023-11-21 01:05:36 +09:00 committed by GitHub
commit 90e8ab386e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "wagtail-localize";
version = "1.6";
version = "1.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
repo = pname;
owner = "wagtail";
rev = "refs/tags/v${version}";
hash = "sha256-OrRR5wLTq3icSBq+9m+MxIvkTvJP7yiGR9yzPt53q+k=";
hash = "sha256-Q29Nh/4Z3tYuwoodWKDl5FS+lfl9yDXN7RHn/RReCds=";
};
nativeBuildInputs = [