python: python-consul: 1.0.1 -> 1.1.0

This commit is contained in:
Frederik Rietdijk 2018-07-22 12:06:59 +02:00
parent 68f529a0b3
commit 719290d5e2

View File

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