python311Packages.zope-location: 4.3 -> 5.0
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user