python311Packages.zope-location: 4.3 -> 5.0

This commit is contained in:
R. Ryantm 2024-03-30 06:06:56 +00:00
parent cd75d22750
commit 558757a689
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "zope.location";
version = "4.3";
version = "5.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-Fx7tyKIOw6isJxOaqQzyd/93dy6gMrVLaicBp5J7OsU=";
hash = "sha256-AW/qk0uX2tKwimTqfy+8PeVduwdMRh9m2HHHC/OqrqU=";
};
propagatedBuildInputs = [ zope-proxy ];