1 { lib, buildPythonPackage, fetchFromGitHub, pytest, which, lrzsz }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1xx7wd8bnswxa1fv3bfim2gcamii79k7qmwg7dbxbjvrhbcjjc0l";
14 checkInputs = [ pytest which lrzsz ];
21 description = "Pure python implementation of the XMODEM protocol";
22 maintainers = with maintainers; [ emantor ];
23 homepage = "https://github.com/tehmaze/xmodem";
24 license = licenses.mit;