Merge pull request #300176 from r-ryantm/auto-update/python311Packages.zope-location

python311Packages.zope-location: 4.3 -> 5.0
This commit is contained in:
Weijia Wang 2024-04-05 22:24:47 +02:00 committed by GitHub
commit 4570642ebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];