python3Packages.azure-storage-file-share: 12.21.0 -> 12.22.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-file-share_12.22.0/sdk/storage/azure-storage-file-share/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
azure-storage-file-share
+2 -2
pkgs/development/python-modules/azure-storage-file-share/default.nix
···
buildPythonPackage rec {
pname = "azure-storage-file-share";
-
version = "12.21.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "azure_storage_file_share";
inherit version;
-
hash = "sha256-20K/a0OzwMJ8kVIgKVUnffwmpZ9/rSbAWEMaaumVgM4=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "azure-storage-file-share";
+
version = "12.22.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "azure_storage_file_share";
inherit version;
+
hash = "sha256-5YPI4IbufW7FDMI9r0KDnBjc4Rs2s9E2TBNxTAi1NFI=";
};
build-system = [ setuptools ];