3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.azure-keyvault-keys: 4.6.1 -> 4.7.0

This commit is contained in:
R. Ryantm 2022-09-20 16:58:20 +00:00
parent f3810cc33a
commit 226426a4dc

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "azure-keyvault-keys";
version = "4.6.1";
version = "4.7.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-D37DHSpOszn/nZavfysPW6O9KLXu4GGjjxt4hybJSa4=";
hash = "sha256-9jdA9dwNmxQtitZZCfSoSe9UmiDobf8uwyLBPeBILYw=";
};
propagatedBuildInputs = [