From b9511a862c3e2648fbef3c7962788ea046ed3e63 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 13 May 2025 22:47:17 +0000 Subject: [PATCH] python3Packages.azure-data-tables: 12.6.0 -> 12.7.0 --- pkgs/development/python-modules/azure-data-tables/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-data-tables/default.nix b/pkgs/development/python-modules/azure-data-tables/default.nix index dee9d7bbd047..7232032c283a 100644 --- a/pkgs/development/python-modules/azure-data-tables/default.nix +++ b/pkgs/development/python-modules/azure-data-tables/default.nix @@ -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 ];