python310Packages.azure-mgmt-resource: 21.1.0 -> 21.2.0

This commit is contained in:
R. Ryantm 2022-10-11 22:00:08 +00:00
parent 4b02f74d3c
commit b2ccc24939

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 = [