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
1 changed files with 3 additions and 3 deletions

View File

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