1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

python: zope.component: 4.5 -> 4.6

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:26 +01:00
parent c2b1cfabbc
commit d2bf84e877

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "zope.component";
version = "4.5";
version = "4.6";
src = fetchPypi {
inherit pname version;
sha256 = "6edfd626c3b593b72895a8cfcf79bff41f4619194ce996a85bce31ac02b94e55";
sha256 = "ec2afc5bbe611dcace98bb39822c122d44743d635dafc7315b9aef25097db9e6";
};
propagatedBuildInputs = [