Merge pull request #82707 from r-ryantm/auto-update/python2.7-uamqp

python27Packages.uamqp: 1.2.5 -> 1.2.6
This commit is contained in:
Mario Rodas 2020-03-17 08:32:04 -05:00 committed by GitHub
commit db02235cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "uamqp";
version = "1.2.5";
version = "1.2.6";
src = fetchPypi {
inherit pname version;
sha256 = "02d78242fcd0a58489aaf275964a6cf7581d7a2334ee240d2d547f8aca8607c6";
sha256 = "1pzgj85c6g8vr3dq215cd1y2pn8pxc6wa7mjd9m0zrglr1qwwhdz";
};
buildInputs = [
@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An AMQP 1.0 client library for Python";
homepage = https://github.com/Azure/azure-uamqp-python;
homepage = "https://github.com/Azure/azure-uamqp-python";
license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ];
};