pythonPackages.hvac: 0.2.15 -> 0.5.0

This commit is contained in:
Robert Schütz 2018-03-17 19:19:32 +01:00
parent 3394feaeef
commit bc9dc2ccf1

View File

@ -2,15 +2,18 @@
buildPythonPackage rec {
pname = "hvac";
version = "0.2.15";
version = "0.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "0qxa4g1ij1bj27mbp8l54lcr7d5krkb2rayisc6shkpf2b51ip4c";
sha256 = "2c9308334301daee3b5c6d56a032ca2c81eeb97d2777b73d795e201e8d037687";
};
propagatedBuildInputs = [ requests ];
# Requires running a Vault server
doCheck = false;
meta = with lib; {
description = "HashiCorp Vault API client";
homepage = https://github.com/ianunruh/hvac;