{ lib, buildLakePackage, fetchFromGitHub, }: buildLakePackage { pname = "lean4-Qq"; # nixpkgs-update: no auto update version = "4.30.0"; src = fetchFromGitHub { owner = "leanprover-community"; repo = "quote4"; tag = "v4.30.0"; hash = "sha256-jVsRw/R7D7HmsE7vQvVeDXcnVerlcDBOrhf9FJJiXkY="; }; leanPackageName = "Qq"; meta = { description = "Lean 4 compile-time quote and antiquote macros for metaprogramming"; homepage = "https://github.com/leanprover-community/quote4"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ nadja-y ]; }; }