summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-06 21:50:13 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-08 21:35:17 -0800
commit289ef7f56ff83e326a7e895af4953cfe94ea9b6c (patch)
tree8b78add760fb1795b0ad34637fd436f9c592a0b5
parent40a7c98c1c56ff646cc03e938d980423483b2641 (diff)
python37Packages.azure-mgmt-cdn: 5.1.0 -> 5.2.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-cdn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-cdn/default.nix b/pkgs/development/python-modules/azure-mgmt-cdn/default.nix
index 172e33d08cd2..41d0387da2f4 100644
--- a/pkgs/development/python-modules/azure-mgmt-cdn/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-cdn/default.nix
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-cdn";
- version = "5.1.0";
+ version = "5.2.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
- sha256 = "5af79f80e6c5f4766bcb5b8c62273445fb2beaeae85c5b9d2ab9aa369d60ede3";
+ sha256 = "3e470ba07918a4f97dadb6f50c6f64068da423b735fad38d31d9535c56f06881";
};
propagatedBuildInputs = [