10 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "samarium-lang";
18 rev = "refs/tags/${version}";
19 hash = "sha256-sOkJ67B8LaIA2cwCHaFnc16lMG8uaegBJCzF6Li77vk=";
22 build-system = [ poetry-core ];
23 dependencies = [ crossandra dahlia ];
26 changelog = "https://github.com/samarium-lang/samarium/blob/${src.rev}/CHANGELOG.md";
27 description = "The Samarium Programming Language";
28 license = licenses.mit;
29 homepage = "https://samarium-lang.github.io/Samarium";
30 maintainers = with maintainers; [ sigmanificient ];