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

Configure Feed

Select the types of activity you want to include in your feed.

python: python-etcd: 0.4.3 -> 0.4.5

+2 -2
+2 -2
pkgs/development/python-modules/python-etcd/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "python-etcd"; 13 - version = "0.4.3"; 13 + version = "0.4.5"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "cf53262b3890d185fe637eed15fe39c8d7a8261864ddcd7037b22c961456d7fc"; 17 + sha256 = "f1b5ebb825a3e8190494f5ce1509fde9069f2754838ed90402a8c11e1f52b8cb"; 18 18 }; 19 19 20 20 buildInputs = [ nose mock pyopenssl ];