10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 sha256 = "sha256-kwPA/lYiv6IJSKGRuH13tBofZwp19vebwQniHK7A/i8=";
33 description = "Pure python implementation of the XMODEM protocol";
34 maintainers = with maintainers; [ emantor ];
35 homepage = "https://github.com/tehmaze/xmodem";
36 license = licenses.mit;