about summary refs log tree commit diff
path: root/pkgs/applications/science/geometry
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-11 20:32:51 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:54:56 -0800
commit36800803c52963e497f57d6fcfcd69170f8d0409 (patch)
treee633cb0c47cc52233f70acfb81593f1f43657070 /pkgs/applications/science/geometry
parentb393fbd5629fe7235a75fc0242054e8f563dd561 (diff)
gama: 2.16 -> 2.17
Diffstat (limited to 'pkgs/applications/science/geometry')
-rw-r--r--pkgs/applications/science/geometry/gama/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/geometry/gama/default.nix b/pkgs/applications/science/geometry/gama/default.nix
index 750cba9d8b23a..b2226db460872 100644
--- a/pkgs/applications/science/geometry/gama/default.nix
+++ b/pkgs/applications/science/geometry/gama/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, lib, expat, octave, libxml2, texinfo, zip }:
 stdenv.mkDerivation rec {
   pname = "gama";
-  version = "2.16";
+  version = "2.17";
 
   src = fetchurl {
     url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-fO2AHZnqRvCF1+AlKDeD3ygivW3zXCuF10O2nKL2CWs=";
+    sha256 = "sha256-AyUjcYDUjAYI4p0vVDO7SGqhbO83Kesd+JUUgQf5GPU=";
   };
 
   buildInputs = [ expat ];