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

Merge pull request #256016 from r-ryantm/auto-update/python310Packages.devito

python310Packages.devito: 4.8.1 -> 4.8.2
parents c0a93f2d 0656a6bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "devito";
  version = "4.8.1";
  version = "4.8.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "devitocodes";
    repo = "devito";
    rev = "refs/tags/v${version}";
    hash = "sha256-LzqY//205XEOd3/f8k1g4OYndRHMTVplBogGJf5Forw=";
    hash = "sha256-zckFU9Q5Rpj0TPeT96lXfR/yp2SYrV4sjAjqN/y8GDw=";
  };

  pythonRemoveDeps = [