Commit ada07fa8 authored by R. RyanTM's avatar R. RyanTM
Browse files

neuron: 8.2.6 -> 8.2.7

parent 980ae985
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "neuron";
  version = "8.2.6";
  version = "8.2.7";

  # format is for pythonModule conversion
  format = "other";
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
      python3.pkgs.mpi4py
    ]
    ++ 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
    ];

@@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: {
    repo = "nrn";
    rev = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-xASBpsF8rIzrb5G+4Qi6rvWC2wqL7nAGlSeMsBAI6WM=";
    hash = "sha256-dmpx0Wud0IhdFvvTJuW/w1Uq6vFYaNal9n27LAqV1Qc=";
  };

  meta = with lib; {