octave: 7.1.0 -> 7.3.0

This commit is contained in:
Doron Behar 2022-11-05 20:50:37 +02:00
parent c4b49b957b
commit b42282abdf

View file

@ -111,19 +111,14 @@ let
};
self = mkDerivation rec {
version = "7.1.0";
version = "7.3.0";
pname = "octave";
src = fetchurl {
url = "mirror://gnu/octave/${pname}-${version}.tar.gz";
sha256 = "sha256-1KnYHz9ntKbgfLeoDcsQrV6RdvzDB2LHCoFYCmS4sLY=";
sha256 = "sha256-bhSkZJ1wr0WrZg+Mu/ZFqvHsM/JfiL/aRpfLF+RAxPU=";
};
patches = [
# https://savannah.gnu.org/bugs/?func=detailitem&item_id=62436
./patches/bug62436.patch
];
buildInputs = [
readline
ncurses