summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-23 15:13:04 +0100
committerLancelot SIX <lsix@lancelotsix.com>2020-12-23 16:58:32 +0000
commitfd4a486dead5c5b8404f33f76fe5af5022308a5e (patch)
treec7956a15f450ab2a99c2c5b65363c9f608069acd /pkgs/applications/science
parent78b84e784eb77fd405e6b87e5ef39011cedb9761 (diff)
gama: 2.09 -> 2.12
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/geometry/gama/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/science/geometry/gama/default.nix b/pkgs/applications/science/geometry/gama/default.nix
index fe606125c552..c5e95d37b510 100644
--- a/pkgs/applications/science/geometry/gama/default.nix
+++ b/pkgs/applications/science/geometry/gama/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchurl, lib, expat, octave, libxml2, texinfo }:
+{ stdenv, fetchurl, lib, expat, octave, libxml2, texinfo, zip }:
stdenv.mkDerivation rec {
pname = "gama";
- version = "2.09";
+ version = "2.12";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
- sha256 = "0c1b28frl6109arj09v4zr1xs859krn8871mkvis517g5pb55dc9";
+ sha256 = "0zfilasalsy29b7viw0iwgnl9bkvp0l87gpxl1hx7379l8agwqyj";
};
buildInputs = [ expat ];
- nativeBuildInputs = [ texinfo ];
+ nativeBuildInputs = [ texinfo zip ];
checkInputs = [ octave libxml2 ];
doCheck = true;