6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "0s4nh8h7qsdj2yf29bspjs1zvxd4lcd11r6g11dp7fppgf2h0iqw";
15 # Disabling check because of: https://github.com/toofishes/python-pgpdump/issues/18
19 description = "Python library for parsing PGP packets";
20 homepage = "https://github.com/toofishes/python-pgpdump";
21 license = licenses.bsd3;