Skip to content

Commit c39ee68

Browse files
authored
python312Packages.model-checker: 0.6.2 -> 0.6.6 (#368396)
2 parents d581739 + 8e5cb29 commit c39ee68

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/model-checker

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/model-checker/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "model-checker";
13-
version = "0.6.2";
13+
version = "0.6.6";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "model_checker";
2020
inherit version;
21-
hash = "sha256-x8lnODvpjfIO8SqHQD90VnNuHZBZl1oNdf4EfM8A4ys=";
21+
hash = "sha256-8DXy/7BHWYDBriE7YO4JNw5Wl/7sNYowAKOF6p14pIw=";
2222
};
2323

2424
# z3 does not provide a dist-info, so python-runtime-deps-check will fail

0 commit comments

Comments
 (0)