We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0adfa55 + 8bc030b commit 00cae5cCopy full SHA for 00cae5c
pkgs/development/python-modules/azure-keyvault-administration/default.nix
@@ -11,15 +11,15 @@
11
12
buildPythonPackage rec {
13
pname = "azure-keyvault-administration";
14
- version = "4.5.0";
+ version = "4.6.0";
15
pyproject = true;
16
17
- disabled = pythonOlder "3.8";
+ disabled = pythonOlder "3.9";
18
19
src = fetchPypi {
20
pname = "azure_keyvault_administration";
21
inherit version;
22
- hash = "sha256-ZTlnbspwVgrXaruNW9OviuyxcVgX7ZFe5gCGfyZbfpU=";
+ hash = "sha256-1YMCni76oJ4eHEb3wBuxvB+JA4isvyNUpC0fM3n3NOQ=";
23
};
24
25
nativeBuildInputs = [ setuptools ];
0 commit comments