python: python-consul: 0.7.2 -> 1.0.1

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:46:59 +02:00
parent e884920566
commit bd2ce52bba

View File

@ -3,11 +3,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-consul"; pname = "python-consul";
version = "0.7.2"; version = "1.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "ef0b7c8a2d8efba5f9602f45aadbe5035e22a511d245624ed732af81223a6571"; sha256 = "0feb7a14b6869bbfa9eb4868e823f040e3642b84e80c39ffdff3a8b7fd7017c4";
}; };
buildInputs = [ requests six pytest ]; buildInputs = [ requests six pytest ];