python310Packages.sumo: 2.3.5 -> 2.3.6

This commit is contained in:
R. Ryantm 2023-04-01 03:04:36 +00:00
parent 96f69d8883
commit c589991e27

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "sumo";
version = "2.3.5";
version = "2.3.6";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "SMTG-UCL";
repo = "sumo";
rev = "refs/tags/v${version}";
hash = "sha256-eGQOFTo/tg1aM/P1la3stE7RLxpACUdcJ7g1z3zSasc=";
hash = "sha256-HQIs2G2hdKQkQOBs2lijmx/0cI4o/FFJU866PjtrBAE=";
};
nativeBuildInputs = [