about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-16 12:58:58 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-21 22:33:40 +0200
commit6bc4b5745273d03fa75f7d7ca2485cf1fbd63341 (patch)
tree73fabe8035a56572a20e2eae037c95219f9f82b9
parentcd58438d1067ff77f221bccde48e2f5fc0cdf1bb (diff)
python3Packages.azure-mgmt-consumption: 9.0.0 -> 10.0.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-consumption/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-consumption/default.nix b/pkgs/development/python-modules/azure-mgmt-consumption/default.nix
index aa9d27e680ef1..0f8adb56ad348 100644
--- a/pkgs/development/python-modules/azure-mgmt-consumption/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-consumption/default.nix
@@ -9,12 +9,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-consumption";
-  version = "9.0.0";
+  version = "10.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "76f9566390721226add96c9d3020ab986d3e5fd81e3143c098f57262c6ce4a51";
+    sha256 = "sha256-BqCGQ2wXN/d6uGiU1R9Zc7bg+l7fVlWOTCllieurkTA=";
   };
 
   propagatedBuildInputs = [