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

This commit is contained in:
R. Ryantm 2022-10-02 14:13:16 +00:00 committed by Jonathan Ringer
parent 3df202df29
commit 7f2cc702ab

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-reservations";
version = "2.0.0";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-5vXdXiRubnzPk4uTFeNHR6rwiHSGbeUREX9eW1pqC3E=";
hash = "sha256-CtTOw6cC9fkL+2XgfG/r/LXpzhQoYXLjrwlI6Q5XpP4=";
};
propagatedBuildInputs = [