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