Commit 47691257 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.model-checker: 1.2.11 -> 1.2.12

parent bb2e2e26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "model-checker";
  version = "1.2.11";
  version = "1.2.12";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "model_checker";
    inherit version;
    hash = "sha256-OcF1aJgQFB+YTC6Ksx/WImKciOjodY0wq/KRUAxiqqU=";
    hash = "sha256-vIH3CFgFEO+UlmpS7FhBsQtZv5Yep4OQ6koMGzyJGa4=";
  };

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