python3Packages.azure-mgmt-core: 1.2.2 -> 1.3.0

This commit is contained in:
Jonathan Ringer 2021-07-05 14:57:51 -07:00
parent 57a2588344
commit a53c4b8b31
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "1.2.2";
version = "1.3.0";
pname = "azure-mgmt-core";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "4246810996107f72482a9351cf918d380c257e90942144ec9c0c2abda1d0a312";
sha256 = "3ffb7352b39e5495dccc2d2b47254f4d82747aff4735e8bf3267c335b0c9bb40";
};
propagatedBuildInputs = [