python311Packages.azure-mgmt-storage: 21.2.0 -> 21.2.1

This commit is contained in:
R. Ryantm 2024-06-30 18:28:26 +00:00
parent 65ed2124ae
commit ea5181ae39

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-storage";
version = "21.2.0";
version = "21.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-KHyYQLAb6TGBnUA9p+1SvWL9B3sFKd1HDm28T+3ksg0=";
hash = "sha256-UDp/+cMSVAkrBlZEX1cov9/aLQnUaoLpcBnqqaHs7GQ=";
};
build-system = [ setuptools ];