Merge pull request #250560 from fabaff/azure-mgmt-storage-bump

python311Packages.azure-mgmt-storage: 21.0.0 -> 21.1.0
This commit is contained in:
Jonas Heinrich 2023-08-22 20:55:26 +02:00 committed by GitHub
commit 94d8e2cd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,15 +8,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-storage";
version = "21.0.0";
version = "21.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-brE+7s+JGVsrX0e+Bnnj8niI79e9ITLux+vLznXLE3c=";
hash = "sha256-1tPA6RfJiLye0Eckd9PvP5CIYAnrHZenEZRPg3VjAWI=";
};
propagatedBuildInputs = [
@ -32,7 +31,7 @@ buildPythonPackage rec {
"azure.mgmt.storage"
];
# has no tests
# Module has no tests
doCheck = false;
meta = with lib; {