Skip to content

Commit

Permalink
python3Packages.azure-keyvault-secrets: 4.1.0 -> 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Aug 16, 2020
1 parent c406385 commit 653c93e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -3,6 +3,7 @@
, fetchPypi
, python
, isPy3k
, azure-common
, azure-core
, msrest
, msrestazure
Expand All @@ -19,6 +20,7 @@ buildPythonPackage rec {
};

propagatedBuildInputs = [
azure-common
azure-core
msrest
msrestazure
Expand Down
Expand Up @@ -6,13 +6,13 @@

buildPythonPackage rec {
pname = "azure-keyvault-secrets";
version = "4.1.0";
version = "4.2.0";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "4f3bfac60e025e01dd1c1998b73649d45d706975356c0cf147174cf5a6ddf8be";
sha256 = "1083ab900da5ec63c518ffef49d9fdca02c81ddffdf80c52c03cd9da479e021f";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 653c93e

Please sign in to comment.