Skip to content

Commit 1c9d175

Browse files
authored
python3Packages.azure-keyvault-secrets: 4.9.0 -> 4.10.0 (#417663)
2 parents 00cae5c + 763ada2 commit 1c9d175

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/azure-keyvault-secrets/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-secrets";
14-
version = "4.9.0";
14+
version = "4.10.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
pname = "azure_keyvault_secrets";
2121
inherit version;
22-
hash = "sha256-KgO7L/2aDWyK0cMw2dAxAROYWp3gZgfs43j9cqWIn+E=";
22+
hash = "sha256-Zm+kKJL5zudJVj5VGpDwYENauHiXfJUmUXOoJG1UajY=";
2323
};
2424

2525
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)