python3Packages.azure-storage-queue: 12.14.0 -> 12.14.1 (#457073)

This commit is contained in:
dotlambda
2025-11-09 03:19:30 +00:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "azure-storage-queue";
version = "12.14.0";
version = "12.14.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_storage_queue";
inherit version;
hash = "sha256-WIhM62wQqF3NIuOJreMr46bzbsWHxC5O/AZO/D7yV0M=";
hash = "sha256-j3r7MR7xuZBzFuWbs+BkU5fI12BzrbG1lfAnsXwLevE=";
};
build-system = [ setuptools ];