File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/mpi4py Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "mpi4py" ;
14- version = "4.0.2 " ;
14+ version = "4.0.3 " ;
1515 pyproject = true ;
1616
1717 src = fetchFromGitHub {
1818 repo = "mpi4py" ;
1919 owner = "mpi4py" ;
2020 tag = version ;
21- hash = "sha256-hsP4aonjiBit2un6EQWQxF+lVjsnMFFqLaAOqBWAzgo =" ;
21+ hash = "sha256-eN/tjlnNla6RHYOXcprVVqtec1nwCEGn+MBcV/5mHJg =" ;
2222 } ;
2323
2424 build-system = [
@@ -50,7 +50,7 @@ buildPythonPackage rec {
5050 meta = {
5151 description = "Python bindings for the Message Passing Interface standard" ;
5252 homepage = "https://github.com/mpi4py/mpi4py" ;
53- changelog = "https://github.com/mpi4py/mpi4py/blob/${ version } /CHANGES.rst" ;
53+ changelog = "https://github.com/mpi4py/mpi4py/blob/${ src . tag } /CHANGES.rst" ;
5454 license = lib . licenses . bsd2 ;
5555 maintainers = with lib . maintainers ; [ doronbehar ] ;
5656 } ;
You can’t perform that action at this time.
0 commit comments