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:
commit
db02235cfd
|
@ -11,11 +11,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uamqp";
|
pname = "uamqp";
|
||||||
version = "1.2.5";
|
version = "1.2.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "02d78242fcd0a58489aaf275964a6cf7581d7a2334ee240d2d547f8aca8607c6";
|
sha256 = "1pzgj85c6g8vr3dq215cd1y2pn8pxc6wa7mjd9m0zrglr1qwwhdz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An AMQP 1.0 client library for Python";
|
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;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mwilsoninsight ];
|
maintainers = with maintainers; [ mwilsoninsight ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue