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

python3Packages.model-checker: 1.0.0 -> 1.0.1 (#442511)

parents c575ed08 e957f47b
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.0";
  version = "1.0.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "model_checker";
    inherit version;
    hash = "sha256-RnEkYdQP2VGYNpcQuwJoC1QenppJj+lFtHiPIUNfRnY=";
    hash = "sha256-WCep7ibi1iN8v8508ZkEPjW9zqK7mUaiGuWv2wnoiRI=";
  };

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