python3Packages.sismic: 1.6.8 -> 1.6.10

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:13 +02:00
parent 2136e3982f
commit 1c81c19bcd
@@ -11,9 +11,9 @@
}:
let
version = "1.6.8";
version = "1.6.10";
in
buildPythonPackage {
buildPythonPackage rec {
pname = "sismic";
inherit version;
pyproject = true;
@@ -24,7 +24,7 @@ buildPythonPackage {
owner = "AlexandreDecan";
repo = "sismic";
tag = version;
hash = "sha256-0g39jJI3UIniJY/oHQMZ53GCOJIbqdVeOED9PWxlw6E=";
hash = "sha256-FUjOn2b4nhHf2DfYbY+wsRMaVEG90nPgLlNbNTiq3fQ=";
};
pythonRelaxDeps = [ "behave" ];
@@ -50,7 +50,7 @@ buildPythonPackage {
];
meta = {
changelog = "https://github.com/AlexandreDecan/sismic/releases/tag/${version}";
changelog = "https://github.com/AlexandreDecan/sismic/releases/tag/${src.tag}";
description = "Sismic Interactive Statechart Model Interpreter and Checker";
homepage = "https://github.com/AlexandreDecan/sismic";
license = lib.licenses.lgpl3Only;