24 cose_0_9_dev8 = cose.overridePythonAttrs (old: rec {
29 hash = "sha256-/jwq2C2nvHInsgPG4jZCr+XsvlUJdYewAkasrUPVaHM=";
32 pythonImportsCheck = [ "cose" ];
35 buildPythonPackage rec {
41 src = fetchFromGitHub {
42 owner = "Python-Cardano";
45 hash = "sha256-OWm6ztt3s3DUbxDZqpvwTO6XwdY/57AI6Bc6x6kxH7k=";
48 propagatedBuildInputs = [
66 pythonRelaxDeps = [ "typeguard" ];
68 pythonImportsCheck = [ "pycardano" ];
71 description = "Lightweight Cardano library in Python";
72 homepage = "https://github.com/Python-Cardano/pycardano";
73 license = licenses.mit;
74 maintainers = with maintainers; [ t4ccer ];