We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f60b6 + 3c2c42b commit 81bd947Copy full SHA for 81bd947
pkgs/development/python-modules/model-checker/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "model-checker";
13
- version = "0.8.19";
+ version = "0.8.20";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "model_checker";
20
inherit version;
21
- hash = "sha256-pAiPs2FVlPD+TI03tdtDl1XQgFav3vP4Q6/fQDbD44s=";
+ hash = "sha256-NSgsMKjnZIRrzLZJD9XlXgsc92Gx1VmeKmyuz5WyHc4=";
22
};
23
24
# z3 does not provide a dist-info, so python-runtime-deps-check will fail
0 commit comments