Commit 92e20413 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.model-checker: 0.8.5 -> 0.8.6

parent 8e5d5c04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "model-checker";
  version = "0.8.5";
  version = "0.8.6";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "model_checker";
    inherit version;
    hash = "sha256-GSe33A8U8b6H8TqBra5V7MN3k46RxxM2TiPJenceVjA=";
    hash = "sha256-rg2Z6Twwm7cDagfYt1kJoXv+o9LWWkc5ui8jaUtamx8=";
  };

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