Skip to content

Commit 639d4e2

Browse files
committed
python3Packages.azure-keyvault-administration: 4.5.0 -> 4.6.0
1 parent f45e75f commit 639d4e2

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/azure-keyvault-administration

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/azure-keyvault-administration/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "azure-keyvault-administration";
14-
version = "4.5.0";
14+
version = "4.6.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
pname = "azure_keyvault_administration";
2121
inherit version;
22-
hash = "sha256-ZTlnbspwVgrXaruNW9OviuyxcVgX7ZFe5gCGfyZbfpU=";
22+
hash = "sha256-1YMCni76oJ4eHEb3wBuxvB+JA4isvyNUpC0fM3n3NOQ=";
2323
};
2424

2525
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)