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.
1 parent f45e75f commit 763ada2Copy full SHA for 763ada2
pkgs/development/python-modules/azure-keyvault-secrets/default.nix
@@ -11,15 +11,15 @@
11
12
buildPythonPackage rec {
13
pname = "azure-keyvault-secrets";
14
- version = "4.9.0";
+ version = "4.10.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.8";
18
19
src = fetchPypi {
20
pname = "azure_keyvault_secrets";
21
inherit version;
22
- hash = "sha256-KgO7L/2aDWyK0cMw2dAxAROYWp3gZgfs43j9cqWIn+E=";
+ hash = "sha256-Zm+kKJL5zudJVj5VGpDwYENauHiXfJUmUXOoJG1UajY=";
23
};
24
25
nativeBuildInputs = [ setuptools ];
0 commit comments