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

python3Packages.model-checker: 0.9.21 -> 0.9.26 (#421132)

parents 5a8fc5aa 825abd1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "model-checker";
  version = "0.9.21";
  version = "0.9.26";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "model_checker";
    inherit version;
    hash = "sha256-13pGiFrh2EtgSpBZbwWRZh+W9n18Qrikrsc/MBhbBAM=";
    hash = "sha256-UPqTdKhXDb1D8Ig1dMk8QIiLuyZPQxMp/P1pAKqJ+Bs=";
  };

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