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.
1 parent efd9668 commit 8e5cb29Copy full SHA for 8e5cb29
pkgs/development/python-modules/model-checker/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "model-checker";
13
- version = "0.6.2";
+ version = "0.6.6";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "model_checker";
20
inherit version;
21
- hash = "sha256-x8lnODvpjfIO8SqHQD90VnNuHZBZl1oNdf4EfM8A4ys=";
+ hash = "sha256-8DXy/7BHWYDBriE7YO4JNw5Wl/7sNYowAKOF6p14pIw=";
22
};
23
24
# z3 does not provide a dist-info, so python-runtime-deps-check will fail
0 commit comments