python: update nestml

master
Antoine Fauroux 2026-08-20 15:50:30 -04:00
parent 92fdcc0cb8
commit 7d6517c76b
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ final: final-py: prev-py: {
nestml = let
pname = "nestml";
# Newer versions require newer antlr4
version = "7.0.2";
version = "8.3.0";
in final-py.buildPythonPackage {
inherit pname version;
@ -10,7 +10,7 @@ final: final-py: prev-py: {
owner = "nest";
repo = pname;
rev = "v${version}";
hash = "sha256-BQzwIh2Gdq+rLwIwe7dyltDfEzpaIWGlXF0AfZGBUDw=";
hash = "sha256-JR5f8783IlHI1D0kBazl04TwWCJXFmwI7kCtesJxaK8=";
};
doCheck = false;