Skip to content

Commit 81bd947

Browse files
authored
python313Packages.model-checker: 0.8.19 -> 0.8.20 (NixOS#396585)
2 parents e4f60b6 + 3c2c42b commit 81bd947

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.8.19";
13+
version = "0.8.20";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "model_checker";
2020
inherit version;
21-
hash = "sha256-pAiPs2FVlPD+TI03tdtDl1XQgFav3vP4Q6/fQDbD44s=";
21+
hash = "sha256-NSgsMKjnZIRrzLZJD9XlXgsc92Gx1VmeKmyuz5WyHc4=";
2222
};
2323

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

0 commit comments

Comments
 (0)