about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-06-04 10:30:09 +0200
committerGitHub <noreply@github.com>2023-06-04 10:30:09 +0200
commit84627c3598c1db50c3a27eea86f249e77cf8a575 (patch)
tree569eb55c584d465ff306e84f7eb80fc5d6fbb367
parentf619f4671074ff21ff3aad0498ac9fe4aa9707d1 (diff)
parent97995f5e8640c986aad90ad88fbff71a4bf8a9e6 (diff)
Merge pull request #235838 from fabaff/azure-mgmt-core-bump
python310Packages.azure-mgmt-core: 1.3.2 -> 1.4.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-core/default.nix b/pkgs/development/python-modules/azure-mgmt-core/default.nix
index 7be6bf9b9360b..d4e2f40b211ab 100644
--- a/pkgs/development/python-modules/azure-mgmt-core/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-core/default.nix
@@ -6,13 +6,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "1.3.2";
+  version = "1.4.0";
   pname = "azure-mgmt-core";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    hash = "sha256-B/Sv6COlXXBLBI1h7f3BMYwFHtWfJEAyEmNQvpXp1QE=";
+    hash = "sha256-0ZUgg0AJT5jlpmYbeBzeb2oFHnnOMXyqvY/5cDCps64=";
   };
 
   propagatedBuildInputs = [