about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-marketplaceordering
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-21 02:01:09 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-03-20 21:53:52 -0700
commit9c0b4459a51ae728816d332cfb4c8f9a7a2da55b (patch)
tree5d9bff9d47b9f28a3ab4f8297b013ed5536f9142 /pkgs/development/python-modules/azure-mgmt-marketplaceordering
parent27f1e2b7b12f8813cb32919c660cd11319cd8822 (diff)
python38Packages.azure-mgmt-marketplaceordering: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-marketplaceordering')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-marketplaceordering/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-marketplaceordering/default.nix b/pkgs/development/python-modules/azure-mgmt-marketplaceordering/default.nix
index 9538ed2a23456..628d0bbcac039 100644
--- a/pkgs/development/python-modules/azure-mgmt-marketplaceordering/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-marketplaceordering/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-marketplaceordering";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "85103080f9e59215036bdfb8f806d91ea182d72c46a13f55c3acc479849351e3";
+    sha256 = "68b381f52a4df4435dacad5a97e1c59ac4c981f667dcca8f9d04453417d60ad8";
   };
 
   propagatedBuildInputs = [