mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
Merge pull request #329924 from r-ryantm/auto-update/python312Packages.neuronpy
python312Packages.neuronpy: 8.2.4 -> 8.2.6
This commit is contained in:
commit
ed0a541703
@ -23,7 +23,7 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "neuron";
|
pname = "neuron";
|
||||||
version = "8.2.4";
|
version = "8.2.6";
|
||||||
|
|
||||||
# format is for pythonModule conversion
|
# format is for pythonModule conversion
|
||||||
format = "other";
|
format = "other";
|
||||||
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
] ++ optionals useMpi [
|
] ++ optionals useMpi [
|
||||||
python3.pkgs.mpi4py
|
python3.pkgs.mpi4py
|
||||||
] ++ optionals useRx3d [
|
] ++ optionals useRx3d [
|
||||||
python3.pkgs.cython_0 # NOTE: cython<3 is required as of 8.2.4
|
python3.pkgs.cython_0 # NOTE: cython<3 is required as of 8.2.6
|
||||||
python3.pkgs.numpy
|
python3.pkgs.numpy
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
repo = "nrn";
|
repo = "nrn";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-KsULc+LHoWmrkGYebpoUot6DhStKidbLQf5a3S+pi4s=";
|
hash = "sha256-xASBpsF8rIzrb5G+4Qi6rvWC2wqL7nAGlSeMsBAI6WM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user