about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-media
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-02 09:12:41 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-11-02 09:21:56 -0800
commit94888c09959214970a163472cdc897b73149fe67 (patch)
tree7639bc19faa7ff4956fbc24f020fd6b8ab6e7be5 /pkgs/development/python-modules/azure-mgmt-media
parent247bf7ea6b16c355ac773f1d9968a4e2a840fbf7 (diff)
python3Packages.azure-mgmt-media: 2.2.0 -> 3.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-media')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-media/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-media/default.nix b/pkgs/development/python-modules/azure-mgmt-media/default.nix
index 018d7140a3d98..75d1159857e59 100644
--- a/pkgs/development/python-modules/azure-mgmt-media/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-media/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-media";
-  version = "2.2.0";
+  version = "3.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "0adeee9e654a9011f5107def06fea6838864a3514a1e5a9ed495f3a56a687cc7";
+    sha256 = "8944775725c5253614d257576d841ee68afa34f570b05c0924a7f73f1db28a24";
   };
 
   propagatedBuildInputs = [