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

python38Packages.azure-mgmt-media: 7.0.0 -> 8.0.0
This commit is contained in:
Sandro 2021-08-27 04:50:01 +02:00 committed by GitHub
commit 0bef890cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-media";
version = "7.0.0";
version = "8.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "b45e82a594ed91cd5aa7a5cd5d01f038b7ac3cf12233e7ba2beaaa3477900e8e";
sha256 = "c08e687c0afa061a3e05acaf29ce81e737480d592b07e0de5f77e9a7f9f00c00";
};
propagatedBuildInputs = [
@ -31,6 +31,8 @@ buildPythonPackage rec {
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.mgmt.media" ];
meta = with lib; {
description = "This is the Microsoft Azure Media Services Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";