summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-07-06 09:48:04 -0700
committerJon <jonringer@users.noreply.github.com>2020-07-06 11:37:37 -0700
commit60eda2a6e9a7defc7947dc24a3720ccb5362d727 (patch)
tree2e7c464420418567595480738aec458a9f9d9d80
parentd61218a741f99c1ac6fa9eb16edd6fb0c9d72435 (diff)
python3Packages.azure-mgmt-media: 2.1.0 -> 2.2.0
-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 f3dfaba6d9cb..018d7140a3d9 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.1.0";
+ version = "2.2.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
- sha256 = "1py0hch0wghzfxazdrrs7p0kln2zn9jh3fmkzwd2z8qggj38q6gm";
+ sha256 = "0adeee9e654a9011f5107def06fea6838864a3514a1e5a9ed495f3a56a687cc7";
};
propagatedBuildInputs = [