Skip to content

Commit 0298a10

Browse files
r-ryantmgithub-actions[bot]
authored andcommitted
python3Packages.wagtail: 7.2 -> 7.2.1
(cherry picked from commit d378278)
1 parent 6fe88b3 commit 0298a10

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pkgs/development/python-modules/wagtail/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
buildPythonPackage 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 = [

pkgs/development/python-modules/wagtail/tests.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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
];

0 commit comments

Comments
 (0)