From 8429d23c08f186684223fa24ea2ebe4a87cc6b0a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 25 Jul 2025 02:44:04 +0000 Subject: [PATCH] python3Packages.azure-mgmt-cognitiveservices: 13.6.0 -> 13.7.0 --- .../python-modules/azure-mgmt-cognitiveservices/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-cognitiveservices/default.nix b/pkgs/development/python-modules/azure-mgmt-cognitiveservices/default.nix index 97a4b3ad0815..1d0ffe68ac09 100644 --- a/pkgs/development/python-modules/azure-mgmt-cognitiveservices/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-cognitiveservices/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "azure-mgmt-cognitiveservices"; - version = "13.6.0"; + version = "13.7.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "azure_mgmt_cognitiveservices"; inherit version; - hash = "sha256-YS5W956CT4HVkM/wwJJTNYraBl1aYWnBOQX8NQZNm0A="; + hash = "sha256-SKWkTBXGdoutI4ARqqyDqAbOuKzhtRuAQ+NbOakWehk="; }; build-system = [ setuptools ];