python37Packages.azure-mgmt-batch: 6.0.0 -> 7.0.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-batch/versions
This commit is contained in:
R. RyanTM 2019-09-28 01:42:44 -07:00
parent c455adcc42
commit 017199e4b8

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-batch";
version = "6.0.0";
version = "7.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "dc929d2a0a65804c28a75dc00bb84ba581f805582a09238f4e7faacb15f8a2a3";
sha256 = "18dwgbwk1kc0pdqa85hbsm9312l50rf8ymb60fia1c9rni9bdi8n";
};
propagatedBuildInputs = [