1 { lib, buildPythonPackage, fetchFromGitHub, pytest, which, lrzsz }:
3 buildPythonPackage rec {
8 src = fetchFromGitHub {
11 rev = "refs/tags/${version}";
12 sha256 = "sha256-kwPA/lYiv6IJSKGRuH13tBofZwp19vebwQniHK7A/i8=";
15 nativeCheckInputs = [ pytest which lrzsz ];
22 description = "Pure python implementation of the XMODEM protocol";
23 maintainers = with maintainers; [ emantor ];
24 homepage = "https://github.com/tehmaze/xmodem";
25 license = licenses.mit;