python310Packages.zope_filerepresentation: 5.0.0 -> 6.0

This commit is contained in:
R. Ryantm
2023-01-20 08:56:21 +00:00
parent f46ee73ba6
commit 5466e855fa
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "zope.filerepresentation";
version = "5.0.0";
version = "6.0";
src = fetchPypi {
inherit pname version;
sha256 = "1mp2r80v6ns92j089l7ngh8l9fk95g2661vkp4vqw7c71irs9g1z";
sha256 = "sha256-yza3iGspJ2+C8WhfPykfQjXmac2HhdFHQtRl0Trvaqs=";
};
propagatedBuildInputs = [ zope_interface zope_schema ];