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

This commit is contained in:
R. Ryantm 2022-04-22 13:42:10 +00:00 committed by Jonathan Ringer
parent b0e9f6e26c
commit f195f9592c

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-reservations";
version = "1.0.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "880df54fdf3869ee6b142d4fc7a3fce518c850523c42cc895b7fb8359956554e";
sha256 = "sha256-5vXdXiRubnzPk4uTFeNHR6rwiHSGbeUREX9eW1pqC3E=";
};
propagatedBuildInputs = [