Merge pull request #133740 from r-ryantm/auto-update/python3.8-azure-mgmt-resource

This commit is contained in:
Sandro 2021-08-27 06:23:12 +02:00 committed by GitHub
commit 70a7b3a29d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
version = "18.0.0";
version = "19.0.0";
pname = "azure-mgmt-resource";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "551036e592f409ef477d30937ea7cc4dda5126576965d9c816fdb8401bbd774c";
sha256 = "bbb60bb9419633c2339569d4e097908638c7944e782b5aef0f5d9535085a9100";
};
propagatedBuildInputs = [