14 buildPythonPackage rec {
20 src = fetchFromGitHub {
21 owner = "TimothyClaeys";
24 hash = "sha256-8d6HebWlSKgx7dmOnT7ZZ5mrMfg6mNWhz1hHPv75XF4=";
27 propagatedBuildInputs = [
36 pythonImportsCheck = [ "pycose" ];
39 description = "Python implementation of the COSE specification";
40 homepage = "https://github.com/TimothyClaeys/pycose";
41 license = licenses.bsd3;
42 maintainers = with maintainers; [ t4ccer ];