summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-28 08:45:48 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-29 00:11:24 -0800
commit8a354d43f7a596dbd75b11a031d67b42a6edcc3c (patch)
tree080c40307406f961bde3240314a6681e93e6ee64 /pkgs
parent08d1c80d94e97d2026de3f69c5ffadee66107a15 (diff)
python3Packages.azure-mgmt-core: 1.2.1 -> 1.2.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-core/default.nix b/pkgs/development/python-modules/azure-mgmt-core/default.nix
index e7e8c91accab..c824f3725a7e 100644
--- a/pkgs/development/python-modules/azure-mgmt-core/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-core/default.nix
@@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
- version = "1.2.1";
+ version = "1.2.2";
pname = "azure-mgmt-core";
src = fetchPypi {
inherit pname version;
extension = "zip";
- sha256 = "a3906fa77edfedfcc3229dc3b69489d5ed63b107c7eacbc50092e6cbfbfd83f0";
+ sha256 = "4246810996107f72482a9351cf918d380c257e90942144ec9c0c2abda1d0a312";
};
propagatedBuildInputs = [