12 buildPythonPackage rec {
18 src = fetchFromGitHub {
22 hash = "sha256-ZmBkbglSbBfVhA4yP0tJdwpJiFpJ7vX0A321ldQF0lA=";
25 propagatedBuildInputs = [
29 ] ++ lib.optional (pythonOlder "3.9") graphlib-backport;
31 pythonImportsCheck = [ "pluthon" ];
34 description = "Pluto-like programming language for Cardano Smart Contracts in Python";
35 homepage = "https://github.com/OpShin/pluthon";
36 license = licenses.mit;
37 maintainers = with maintainers; [ t4ccer ];