Skip to content

Commit

Permalink
Merge pull request NixOS#326125 from GaetanLepage/devito
Browse files Browse the repository at this point in the history
python311Packages.devito: 4.8.8 -> 4.8.9
  • Loading branch information
natsukium authored Jul 11, 2024
2 parents 870dee2 + 7d17f06 commit 9693e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/devito/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

buildPythonPackage rec {
pname = "devito";
version = "4.8.8";
version = "4.8.9";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "devitocodes";
repo = "devito";
rev = "refs/tags/v${version}";
hash = "sha256-j+If/yYj85c8GpSo/fq5MfxVHQlo/4+Qh+Bn1N/9nd4=";
hash = "sha256-uCZBCq1Lzc2IwjvqAY+wZzyEOeYraegt0242aI5CPUI=";
};

pythonRemoveDeps = [
Expand Down

0 comments on commit 9693e4e

Please sign in to comment.