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

python310Packages.azure-mgmt-resource: 21.1.0 -> 21.2.0
This commit is contained in:
Jonas Heinrich 2022-10-13 10:57:15 +02:00 committed by GitHub
commit 002e49b548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
version = "21.1.0";
version = "21.2.0";
pname = "azure-mgmt-resource";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "sha256-UpZa3jHNBZ/qKxUT1l/mFgRuQz3g5YPc9cnJvr8+vWk=";
sha256 = "sha256-v4pd5sTate/H8NGND1cWXe5SMepS0j0Q2C5Ee4wqGlQ=";
};
propagatedBuildInputs = [