Skip to content

Commit

Permalink
python312Packages.mpi4py: 4.0.2 -> 4.0.3 (#381833)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Feb 15, 2025
2 parents 20099a8 + 34cf170 commit c23e1e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/mpi4py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "mpi4py";
version = "4.0.2";
version = "4.0.3";
pyproject = true;

src = fetchFromGitHub {
repo = "mpi4py";
owner = "mpi4py";
tag = version;
hash = "sha256-hsP4aonjiBit2un6EQWQxF+lVjsnMFFqLaAOqBWAzgo=";
hash = "sha256-eN/tjlnNla6RHYOXcprVVqtec1nwCEGn+MBcV/5mHJg=";
};

build-system = [
Expand Down Expand Up @@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = {
description = "Python bindings for the Message Passing Interface standard";
homepage = "https://github.com/mpi4py/mpi4py";
changelog = "https://github.com/mpi4py/mpi4py/blob/${version}/CHANGES.rst";
changelog = "https://github.com/mpi4py/mpi4py/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ doronbehar ];
};
Expand Down

0 comments on commit c23e1e2

Please sign in to comment.