Unverified Commit de8827d9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.model-checker: 1.0.2 -> 1.2.3 (#445429)

parents 3592bf2c 5537dfc2
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.0.2";
  version = "1.2.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "model_checker";
    inherit version;
    hash = "sha256-oNJ9GkkxbvpEoNl60T44qNy+vsZ4d62iUikZowr1ZNI=";
    hash = "sha256-LB5Smv8m+lWOV+cA7MvRfG8dI9fJgOCK9Rn2GgRYjtQ=";
  };

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