7 python-secp256k1-cardano,
16 buildPythonPackage rec {
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-xK2k0XLybWqyP5Qa2Oby8YBgiiswR++yVK7NPgpdSa0=";
29 propagatedBuildInputs = [
37 python-secp256k1-cardano
40 pythonImportsCheck = [ "uplc" ];
43 description = "Python implementation of untyped plutus language core";
44 homepage = "https://github.com/OpShin/uplc";
45 license = licenses.mit;
46 maintainers = with maintainers; [ t4ccer ];
47 mainProgram = "opshin";