diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2020-08-15 12:25:19 -0700 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-08-16 10:12:13 -0700 |
| commit | da3e3c00df6870f04c6669a02880d4293fdf1e4c (patch) | |
| tree | 41cde32221abdad3de2c1188d36862067e7093c6 | |
| parent | python3Packages.azure-mgmt-compute: 12.1.0 -> 13.0.0 (diff) | |
| download | nixpkgs-da3e3c00df6870f04c6669a02880d4293fdf1e4c.tar.gz | |
python3Packages.azure-mgmt-core: 1.1.0 -> 1.2.0
| -rw-r--r-- | pkgs/development/python-modules/azure-mgmt-core/default.nix | 4 |
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 b2737826ae32..17e7796b98ed 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.1.0"; + version = "1.2.0"; pname = "azure-mgmt-core"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "049dfb0bcc7961d0d988fee493d1ec4f4480e109e4661e360bad054cc297d43c"; + sha256 = "8fe3b59446438f27e34f7b24ea692a982034d9e734617ca1320eedeee1939998"; }; propagatedBuildInputs = [ |
