python3Packages.zope.event: 4.5.0 -> 4.6

This commit is contained in:
Martin Weinelt
2022-12-30 20:13:59 +01:00
parent b7af636eb4
commit 2dbaf9479d

View File

@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "zope.event";
version = "4.5.0";
version = "4.6";
src = fetchPypi {
inherit pname version;
sha256 = "5e76517f5b9b119acf37ca8819781db6c16ea433f7e2062c4afc2b6fbedb1330";
sha256 = "sha256-gdmIEwRvyGzEE242mP7mKKMoL5wyDbGGWMIXSSNfzoA=";
};
meta = with lib; {