about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-cognitiveservices
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-26 23:41:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-26 23:41:50 +0000
commit1e6e15e1657ce13243f47bf2312c2568936ee484 (patch)
tree1c8870e6346107f69c25fc1056a600f2cc0d614b /pkgs/development/python-modules/azure-mgmt-cognitiveservices
parent78df3591ec67310b8cc4b753e1496999da2678cf (diff)
python311Packages.azure-mgmt-cognitiveservices: 13.4.0 -> 13.5.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-cognitiveservices')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-cognitiveservices/default.nix4
1 files 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 b72ffdd4ea509..25dfe383e35dd 100644
--- a/pkgs/development/python-modules/azure-mgmt-cognitiveservices/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-cognitiveservices/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-cognitiveservices";
-  version = "13.4.0";
+  version = "13.5.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    hash = "sha256-GQXDIWOiKGqZqrzpNfvDR8hTU4KnpjZQKrLivcD0tsA=";
+    hash = "sha256-RK8LGbH4J+nN6gnGBUweZgkqUcMrwe9aVtvZtAvFeBU=";
   };
 
   propagatedBuildInputs = [