python3Packages.azure-storage-queue: 12.14.1 -> 12.15.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.15.0/sdk/storage/azure-storage-queue/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:19 +01:00
parent 580bbd6bc6
commit 179e8e43a3
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "azure-storage-queue";
version = "12.14.1";
version = "12.15.0";
pyproject = true;
src = fetchPypi {
pname = "azure_storage_queue";
inherit version;
hash = "sha256-j3r7MR7xuZBzFuWbs+BkU5fI12BzrbG1lfAnsXwLevE=";
hash = "sha256-TgHcrlrv0MRj97rlx1yKkflVyJPxTtdZD8DNRHrEZm0=";
};
build-system = [ setuptools ];