1 { lib, buildPythonPackage, fetchFromGitHub }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "0vyac7pchh083h5qdjwhhacfq77frkrq1bjzsn51qv1vwcdrpnrf";
15 description = "Python software implementation and hardware API of CRC32C checksum algorithm";
16 homepage = "https://github.com/ICRAR/crc32c";
17 license = lib.licenses.lgpl21;
18 maintainers = with lib.maintainers; [ bcdarwin ];