Skip to content

Commit

Permalink
python310Packages.azure-keyvault-administration: 4.2.0 -> 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 22, 2023
1 parent 293e39e commit da984a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "azure-keyvault-administration";
version = "4.2.0";
version = "4.3.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-2Xuyx1dAJRgiDEetQu1qnzTua7l/G5eSWOTI/UI/z00=";
hash = "sha256-PuKjui0OP0ODNErjbjJ90hOgee97JDrVT2sh+MufxWY=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit da984a5

Please sign in to comment.