Upgrade to python-consul-0.7.0.
Fixes https://github.com/cablehead/python-consul/issues/152
This commit is contained in:
parent
de52d2450e
commit
53748b7e17
@ -4076,11 +4076,11 @@ in {
|
|||||||
|
|
||||||
|
|
||||||
consul = buildPythonPackage (rec {
|
consul = buildPythonPackage (rec {
|
||||||
name = "python-consul-0.6.0";
|
name = "python-consul-0.7.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/python-consul/${name}.tar.gz";
|
url = "mirror://pypi/p/python-consul/${name}.tar.gz";
|
||||||
sha256 = "0vfyr499sbc4nnhhijp2lznyj507nnak95bvv9w8y78ngxggskbh";
|
sha256 = "18gs5myk9wkkq5zvj0n0s68ngj3mrbdcifshxfj1j0bgb1km0wpm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ requests six pytest ];
|
buildInputs = with self; [ requests six pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user