Merge pull request #112059 from r-ryantm/auto-update/python3.7-hvac

python37Packages.hvac: 0.10.6 -> 0.10.7
This commit is contained in:
Martin Weinelt 2021-02-07 03:12:47 +01:00 committed by GitHub
commit 8e7fbbf535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "hvac";
version = "0.10.6";
version = "0.10.7";
src = fetchPypi {
inherit pname version;
sha256 = "b0561dbdfecc6a6d7b0cc226d75a800ae9bbc93313a6ad526a1adc97be51eada";
sha256 = "6ee2ba6002f11151472fa873b6637d902fc6045a2193aea08b39ae8147c230ba";
};
propagatedBuildInputs = [ requests six ];
@ -14,6 +14,8 @@ buildPythonPackage rec {
# Requires running a Vault server
doCheck = false;
pythonImportsCheck = [ "hvac" ];
meta = with lib; {
description = "HashiCorp Vault API client";
homepage = "https://github.com/ianunruh/hvac";