Merge pull request #211744 from r-ryantm/auto-update/python310Packages.zope_filerepresentation

This commit is contained in:
Sandro 2023-01-20 13:17:11 +01:00 committed by GitHub
commit 278c9308af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];