File tree Expand file tree Collapse file tree
pkgs/development/python-modules/wagtail Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333buildPythonPackage rec {
3434 pname = "wagtail" ;
35- version = "7.2" ;
35+ version = "7.2.1 " ;
3636 pyproject = true ;
3737
3838 # The GitHub source requires some assets to be compiled, which in turn
3939 # requires fixing the upstream package lock. We need to use the PyPI release
4040 # until https://github.com/wagtail/wagtail/pull/13136 gets merged.
4141 src = fetchPypi {
4242 inherit pname version ;
43- hash = "sha256-ijnfkIvWSrAp4IvxkfR19UzJFPhKpB6a55tBv0HVXsM =" ;
43+ hash = "sha256-OIu0LEgYwIGk3fNub0Upv7xU7SYqkbZbDl+VFHbyz3Q =" ;
4444 } ;
4545
4646 build-system = [
Original file line number Diff line number Diff line change 1111 python-dateutil ,
1212 python ,
1313 pytz ,
14+ responses ,
1415 wagtail ,
1516 wagtail-factories ,
1617} :
@@ -34,6 +35,7 @@ buildPythonPackage {
3435 msrest
3536 python-dateutil
3637 pytz
38+ responses
3739 wagtail
3840 wagtail-factories
3941 ] ;
You can’t perform that action at this time.
0 commit comments