1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "0jl6192dwrlm5ybkbh7ywmyaymrc3cmz9y07nm7qdli9n9rfpwzx";
13 description = "Module for binary data manipulation";
14 homepage = "https://github.com/scott-griffiths/bitstring";
15 license = licenses.mit;
16 platforms = platforms.unix;
17 maintainers = with maintainers; [ bjornfor ];