python3Packages.azure-mgmt-storage: 23.0.0 -> 23.0.1

R. Ryantm 84113d15 e6e45d9a

Changed files
+2 -2
pkgs
development
python-modules
azure-mgmt-storage
+2 -2
pkgs/development/python-modules/azure-mgmt-storage/default.nix
···
buildPythonPackage rec {
pname = "azure-mgmt-storage";
-
version = "23.0.0";
+
version = "23.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "azure_mgmt_storage";
inherit version;
-
hash = "sha256-HFlU1Zvdy5edBbxJ5DFxam4rL3VpCblrp8QyYQcq/L8=";
+
hash = "sha256-w6sqyTUtHAHYW1bWcW3M4eRoD5ILFIoktDabuRuSI7Q=";
};
build-system = [ setuptools ];