python310Packages.azure-mgmt-reservations: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm
2023-02-18 14:45:09 +00:00
parent 606f8af262
commit 388f6fb60d
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-reservations";
version = "2.1.0";
version = "2.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-CtTOw6cC9fkL+2XgfG/r/LXpzhQoYXLjrwlI6Q5XpP4=";
hash = "sha256-P6GLB5+2p9sS9XSwSykQXHXw5YrJNNSgs5d7sy5jHTk=";
};
propagatedBuildInputs = [