python3Packages.zope.exceptions: 4.5 -> 4.6

This commit is contained in:
Martin Weinelt
2023-01-05 13:20:42 +01:00
parent 2dbaf9479d
commit faff52cbc1
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "zope.exceptions";
version = "4.5";
version = "4.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-TjW7oEiJxdEU3KpVKXQl1fM/YYqF7323Ehs7dxEAeE4=";
sha256 = "sha256-YZ0kpMZb7Zez3QUV5zLoK2nxVdQsyUlV0b6MKCiGg80=";
};
propagatedBuildInputs = [ zope_interface ];