octave: 5.1.0 -> 5.2.0
See https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00007.html for release information.
This commit is contained in:
parent
eed6151f2d
commit
bf059959fa
@ -18,11 +18,11 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.1.0";
|
version = "5.2.0";
|
||||||
pname = "octave";
|
pname = "octave";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/octave/${pname}-${version}.tar.gz";
|
url = "mirror://gnu/octave/${pname}-${version}.tar.gz";
|
||||||
sha256 = "15blrldzwyxma16rnd4n01gnsrriii0dwmyca6m7qz62r8j12sz3";
|
sha256 = "1qcmcpsq1lfka19fxzvxjwjhg113c39a9a0x8plkhvwdqyrn5sig";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull
|
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull
|
||||||
@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://octave.org/;
|
homepage = "https://www.gnu.org/software/octave/";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||||
description = "Scientific Pragramming Language";
|
description = "Scientific Pragramming Language";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user