1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
10 sha256 = "15nkx0pa4lskwin84flpk8fsw3jqg6wic6v3s83syjqg76h6my61";
14 homepage = "https://code.google.com/archive/p/pycrc16/";
15 description = "Python library for calculating CRC16";
16 license = licenses.lgpl3;
17 maintainers = with maintainers; [ abbradar ];