python312Packages.wagtail: 6.0.1 -> 6.0.2

This commit is contained in:
R. Ryantm 2024-04-04 03:30:26 +00:00
parent 200850af60
commit 9fa5ecd9c0
1 changed files with 2 additions and 2 deletions

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "wagtail";
version = "6.0.1";
version = "6.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Q89luoQwtB5TMWfudbJ2YKeobrBt2L156NZPtK8Feos=";
hash = "sha256-58/DwPU/swLxeY8OAqesYHirAusOhwPA9xzL0/GOOG8=";
};
postPatch = ''