python27Packages.hvac: 0.9.6 -> 0.10.0

This commit is contained in:
R. RyanTM 2020-03-15 20:32:29 +00:00 committed by Jon
parent 9729f30667
commit 29c2d04237

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "hvac";
version = "0.9.6";
version = "0.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "1v37jabp859691863mw8j06hqxsy16ndf804z2k5y5b0d167j9by";
sha256 = "0s0705lk3i1srsjxqhqv9sc2m54fj8lbflxz9gyxf4igxaa6vj1f";
};
propagatedBuildInputs = [ requests six ];
@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "HashiCorp Vault API client";
homepage = https://github.com/ianunruh/hvac;
homepage = "https://github.com/ianunruh/hvac";
license = licenses.asl20;
};
}