Merge pull request #266291 from r-ryantm/auto-update/python311Packages.azure-storage-file-share

python311Packages.azure-storage-file-share: 12.14.2 -> 12.15.0
This commit is contained in:
OTABI Tomoya 2023-11-09 12:32:09 +09:00 committed by GitHub
commit d03536fbd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "azure-storage-file-share";
version = "12.14.2";
version = "12.15.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-mcMtgN2jX4hO4NSNk/1X9vT/vgCulYR5w7fV9OsCHrw=";
hash = "sha256-AJjxz6k0TE94HODNUE/zo1JVdRVTwB5yDczQyqjYqio=";
};
propagatedBuildInputs = [