Merge pull request #199752 from doronbehar/pkg/octave

octave: 7.1.0 -> 7.3.0
This commit is contained in:
Doron Behar 2022-11-06 21:53:13 +00:00 committed by GitHub
commit 1b1394aee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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