1 { lib, python, buildPythonPackage, fetchFromGitHub }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-GQHMotxNRuRv6zXhrD02T+aFgfYe3RnvUGADsBeSPbA=";
16 ${python.interpreter} -m unittest all
20 description = "Simple FIX Protocol implementation for Python";
21 homepage = "https://github.com/da4089/simplefix";
22 license = licenses.mit;
23 maintainers = with maintainers; [ catern ];