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