Merge pull request #195713 from r-ryantm/auto-update/python310Packages.azure-mgmt-authorization

python310Packages.azure-mgmt-authorization: 2.0.0 -> 3.0.0
This commit is contained in:
Fabian Affolter
2022-10-12 22:36:08 +02:00
committed by GitHub
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-authorization";
version = "2.0.0";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0776edc4980be940a8602eefc0372b4d1a1fa26caa46e3c0234e0c7a0feda4ec";
sha256 = "sha256-Cl1/aDvzNyI2uEHNvUZ39rCO185BuZnD5kTUKGJSBX0=";
};
propagatedBuildInputs = [