python3Packages.zope.location: 4.2 -> 4.3

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:59 +01:00
parent 1e07e713aa
commit d0fb184d06

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "zope.location";
version = "4.2";
version = "4.3";
src = fetchPypi {
inherit pname version;
sha256 = "a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac";
sha256 = "sha256-Fx7tyKIOw6isJxOaqQzyd/93dy6gMrVLaicBp5J7OsU=";
};
propagatedBuildInputs = [ zope_proxy ];