nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.zope.component: 5.0.0 -> 5.0.1

+2 -2
+2 -2
pkgs/development/python-modules/zope_component/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "zope.component"; 15 - version = "5.0.0"; 15 + version = "5.0.1"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "df541a0501c79123f9ac30c6686a9e45c2690c5c3ae4f2b7f4c6fd1a3aaaf614"; 19 + sha256 = "32cbe426ba8fa7b62ce5b211f80f0718a0c749cc7ff09e3f4b43a57f7ccdf5e5"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [