python3Packages.azure-mgmt-maps: 0.1.0 -> 1.0.0

This commit is contained in:
Jonathan Ringer 2021-05-05 22:38:23 -07:00 committed by Jonathan Ringer
parent 19ec2ee159
commit 750507ae6b

View file

@ -6,24 +6,24 @@
, msrest , msrest
, msrestazure , msrestazure
, azure-common , azure-common
, azure-mgmt-nspkg , azure-mgmt-core
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "azure-mgmt-maps"; pname = "azure-mgmt-maps";
version = "0.1.0"; version = "1.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "zip"; extension = "zip";
sha256 = "c120e210bb61768da29de24d28b82f8d42ae24e52396eb6569b499709e22f006"; sha256 = "dafbe23bdbe9c01f88ce91c5b8587eefc73ac2d637ebcdc59ded6d332932e3ab";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
msrest msrest
msrestazure msrestazure
azure-common azure-common
azure-mgmt-nspkg azure-mgmt-core
]; ];
pythonNamespaces = [ "azure.mgmt" ]; pythonNamespaces = [ "azure.mgmt" ];