python3Packages:azure-mgmt-resource: 22.0.0 -> 23.0.0

Changelog: https://github.com/Azure/azure-sdk-for-python/releases/tag/azure-mgmt-resource_23.0.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2023-04-21 11:04:25 +02:00
parent a8cc62f9ce
commit 35b5ea83e3
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-resource";
version = "22.0.0";
version = "23.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-/rXZeeGLUvLP0CO0oKM+VKb3bMaiUtyM117OLGMpjpQ=";
hash = "sha256-5hN6vDJE797Mcw/u0FsXVCzNr4c1pmuRQa0KN42HKSI=";
};
propagatedBuildInputs = [