python3Packages.wagtail: 7.1 -> 7.1.1 (#438601)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wagtail";
|
||||
version = "7.1";
|
||||
version = "7.1.1";
|
||||
pyproject = true;
|
||||
|
||||
# The GitHub source requires some assets to be compiled, which in turn
|
||||
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
# until https://github.com/wagtail/wagtail/pull/13136 gets merged.
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-4d4q+Ctiy/TTt3qTxVd5vGetezF5trT4JOxPIU1XDAE=";
|
||||
hash = "sha256-e90eWww0VDeYXAHwp/YKYX5114jzfH2DlVj05qElGvk=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user