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

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

authored by

Jonas Heinrich and committed by
GitHub
94d8e2cd 29364aef

+3 -4
+3 -4
pkgs/development/python-modules/azure-mgmt-storage/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "azure-mgmt-storage"; 11 - version = "21.0.0"; 11 + version = "21.1.0"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - extension = "zip"; 19 - hash = "sha256-brE+7s+JGVsrX0e+Bnnj8niI79e9ITLux+vLznXLE3c="; 18 + hash = "sha256-1tPA6RfJiLye0Eckd9PvP5CIYAnrHZenEZRPg3VjAWI="; 20 19 }; 21 20 22 21 propagatedBuildInputs = [ ··· 32 31 "azure.mgmt.storage" 33 32 ]; 34 33 35 - # has no tests 34 + # Module has no tests 36 35 doCheck = false; 37 36 38 37 meta = with lib; {