python3Packages.azure-data-tables: 12.6.0 -> 12.7.0

This commit is contained in:
R. Ryantm
2025-05-13 22:47:17 +00:00
parent 6983909b46
commit b9511a862c
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "azure-data-tables";
version = "12.6.0";
version = "12.7.0";
pyproject = true;
src = fetchPypi {
pname = "azure_data_tables";
inherit version;
hash = "sha256-4NVZgROFX5EU/XZxYj01UJ+Ddylwz9xZeQGzX0LcMTQ=";
hash = "sha256-sU/JSjIjooNf9WiOF9jhB7J8fNfEEUE48qyBNzcjcF0=";
};
build-system = [ setuptools ];