python3Packages.mezzanine: 6.0.0 -> 6.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:43 +02:00
parent 8e44b14dfa
commit 6e55da0572
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "mezzanine";
version = "6.0.0";
version = "6.1.1";
format = "setuptools";
disabled = pythonOlder "3.7" || isPyPy;
@@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Mezzanine";
inherit version;
hash = "sha256-R/PB4PFQpVp6jnCasyPszgC294SKjLzq2oMkR2qV86s=";
hash = "sha256-RZ/9ltvZUz1eXxeaVqS9ZE69+a9XWt6fxMcss+yTVP4=";
};
buildInputs = [