python: zope.exceptions: 4.3 -> 4.4
This commit is contained in:
parent
ff23eecc54
commit
f2a1021e19
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zope.exceptions";
|
pname = "zope.exceptions";
|
||||||
version = "4.3";
|
version = "4.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211";
|
sha256 = "0d72886b1bb8af4c346a117a540f28ab122577f5e3a105a261be72cd15776fda";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface ];
|
propagatedBuildInputs = [ zope_interface ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user