about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-containerinstance
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 06:04:49 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 06:04:49 -0700
commitd52b972b9983876afced8be36e00e848f4ae4626 (patch)
treea807fa685be2cc77df7826a6237b045425701ca9 /pkgs/development/python-modules/azure-mgmt-containerinstance
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
python37Packages.azure-mgmt-containerinstance: 1.4.1 -> 1.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-containerinstance/versions
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-containerinstance')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix b/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix
index e32182225f11f..fd74008c1bfb9 100644
--- a/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-containerinstance";
-  version = "1.4.1";
+  version = "1.5.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "87919f3e618ec0a40fd163d763113eef908e78c50d8b76bf4dd795444cb069fd";
+    sha256 = "1kd8lxm5kzk0wxbw1f3vin10hlhb4sygrxqd5c8k715s0ipkhmdh";
   };
 
   propagatedBuildInputs = [