Merge pull request #133741 from r-ryantm/auto-update/python3.8-azure-mgmt-sql

python38Packages.azure-mgmt-sql: 3.0.0 -> 3.0.1
This commit is contained in:
Sandro 2021-08-27 04:50:43 +02:00 committed by GitHub
commit 10c3ac8f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-sql";
version = "3.0.0";
version = "3.0.1";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "e2fe427ed8f6e368de7176696b38910a16b307dd9c2e1d2144d643a1c0f38e21";
sha256 = "129042cc011225e27aee6ef2697d585fa5722e5d1aeb0038af6ad2451a285457";
};
propagatedBuildInputs = [
@ -31,6 +31,8 @@ buildPythonPackage rec {
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.mgmt.sql" ];
meta = with lib; {
description = "This is the Microsoft Azure SQL Management Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";