python311Packages.azure-mgmt-storage: 21.0.0 -> 21.1.0

This commit is contained in:
Fabian Affolter 2023-08-21 16:54:22 +02:00
parent cc24a6dbcf
commit 40394a6c83

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; {