python313Packages.model-checker: 1.2.10 -> 1.2.11

This commit is contained in:
Fabian Affolter
2025-09-30 17:57:45 +02:00
parent c860cbfbd6
commit eca3ed5b69
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "model-checker";
version = "1.2.10";
version = "1.2.11";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "model_checker";
inherit version;
hash = "sha256-wU79zM2hGjmv/IxfQHHSLPBJFzoAPusHgtAaFSumFr0=";
hash = "sha256-OcF1aJgQFB+YTC6Ksx/WImKciOjodY0wq/KRUAxiqqU=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail