Merge pull request #66024 from r-ryantm/auto-update/python3.7-azure-batch

python37Packages.azure-batch: 6.0.1 -> 7.0.0
This commit is contained in:
Ryan Mulligan 2019-08-06 21:21:49 -07:00 committed by GitHub
commit 992316ed21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "azure-batch";
version = "6.0.1";
version = "7.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "d5b0de3db0058cd69baf30e059874094abf865e24ccd82e3cd25f3a48b9676d1";
sha256 = "1q8mdjdbz408z2j0y1zxqg9zg8j1v84p0dnh621vq73a2x1g298j";
};
propagatedBuildInputs = [