nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.mezzanine: 6.0.0 -> 6.1.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/mezzanine/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "mezzanine"; 26 - version = "6.0.0"; 26 + version = "6.1.1"; 27 27 format = "setuptools"; 28 28 29 29 disabled = pythonOlder "3.7" || isPyPy; ··· 31 31 src = fetchPypi { 32 32 pname = "Mezzanine"; 33 33 inherit version; 34 - hash = "sha256-R/PB4PFQpVp6jnCasyPszgC294SKjLzq2oMkR2qV86s="; 34 + hash = "sha256-RZ/9ltvZUz1eXxeaVqS9ZE69+a9XWt6fxMcss+yTVP4="; 35 35 }; 36 36 37 37 buildInputs = [