7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "07k0hgr42vw2j92cln3klxka81f33knd7459cn3d8aszvfh52w6w";
18 description = "Python module for generating objects that compute the Cyclic Redundancy Check (CRC)";
19 homepage = "https://crcmod.sourceforge.net/";
20 license = licenses.mit;