about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-18 12:16:22 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-11-22 08:06:27 -0800
commitc8208d43fd136f49604bfc616945b60943b6f080 (patch)
treea649656b55f4c872dec24725310319b4b4dfc8a0 /pkgs/applications/science
parent043f41a7b9cc4b30e6c17b329d1c76e3a07e034b (diff)
gama: 2.26 -> 2.27
Diffstat (limited to 'pkgs/applications/science')
-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 790a9b2d216eb..f66770721b0e6 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.26";
+  version = "2.27";
 
   src = fetchurl {
     url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-8zKPPpbp66tD2zMmcv2H5xeCSdDhUk0uYPhqwpGqx9Y=";
+    sha256 = "sha256-k4s7TK/ym68v40KDzZoMMxDWFMRnsMuk6V/G9P/jM0E=";
   };
 
   buildInputs = [ expat ];