mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
neuron: 8.2.6 -> 8.2.7 (#410275)
This commit is contained in:
commit
f82944b519
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "neuron";
|
pname = "neuron";
|
||||||
version = "8.2.6";
|
version = "8.2.7";
|
||||||
|
|
||||||
# format is for pythonModule conversion
|
# format is for pythonModule conversion
|
||||||
format = "other";
|
format = "other";
|
||||||
|
@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
python3.pkgs.mpi4py
|
python3.pkgs.mpi4py
|
||||||
]
|
]
|
||||||
++ optionals useRx3d [
|
++ optionals useRx3d [
|
||||||
python3.pkgs.cython_0 # NOTE: cython<3 is required as of 8.2.6
|
python3.pkgs.cython_0 # NOTE: cython<3 is required as of 8.2.7
|
||||||
python3.pkgs.numpy
|
python3.pkgs.numpy
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
repo = "nrn";
|
repo = "nrn";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-xASBpsF8rIzrb5G+4Qi6rvWC2wqL7nAGlSeMsBAI6WM=";
|
hash = "sha256-dmpx0Wud0IhdFvvTJuW/w1Uq6vFYaNal9n27LAqV1Qc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue