9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-+C4cUKXZCpAXil8X4gTK3AhqNVWDrBQYY2Kgkd3+gqc=";
31 pythonImportsCheck = [
40 changelog = "https://github.com/Nicoretti/crc/releases/tag/${version}";
41 description = "Python module for calculating and verifying predefined & custom CRC's";
42 homepage = "https://nicoretti.github.io/crc/";
43 license = licenses.bsd2;
44 maintainers = with maintainers; [ jleightcap ];