python37Packages.aioamqp: 0.11.0 -> 0.12.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aioamqp/versions
This commit is contained in:
R. RyanTM 2018-12-24 22:04:24 -08:00 committed by Frederik Rietdijk
parent d77bab14ab
commit de1be9f613

View File

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "aioamqp";
version = "0.11.0";
version = "0.12.0";
meta = {
homepage = https://github.com/polyconseil/aioamqp;
@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "7f1eb9e0f1b7c7e21a3a6ca498c3daafdfc3e95b4a1a0633fd8d6ba2dfcab777";
sha256 = "17vrl6jajr81bql7kjgq0zkxy225px97z4g9wmbhbbnvzn1p92c0";
};
buildInputs = lib.optionals isPy33 [ asyncio ];