Merge pull request #107482 from lsix/gama-2.12

gama: 2.09 -> 2.12
This commit is contained in:
lsix 2020-12-24 08:22:07 +00:00 committed by GitHub
commit 156b9cc570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ stdenv, fetchurl, lib, expat, octave, libxml2, texinfo }: { stdenv, fetchurl, lib, expat, octave, libxml2, texinfo, zip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gama"; pname = "gama";
version = "2.09"; version = "2.12";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
sha256 = "0c1b28frl6109arj09v4zr1xs859krn8871mkvis517g5pb55dc9"; sha256 = "0zfilasalsy29b7viw0iwgnl9bkvp0l87gpxl1hx7379l8agwqyj";
}; };
buildInputs = [ expat ]; buildInputs = [ expat ];
nativeBuildInputs = [ texinfo ]; nativeBuildInputs = [ texinfo zip ];
checkInputs = [ octave libxml2 ]; checkInputs = [ octave libxml2 ];
doCheck = true; doCheck = true;