about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-16 00:43:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-16 00:43:50 +0000
commit166bed2b29645a000d6005fdb7557fafaa97dfbd (patch)
tree01c34eade6d9f921bc182c3c462f867bdb2dde54 /pkgs/applications/science
parentac718d02867a84b42522a0ece52d841188208f2c (diff)
gama: 2.23 -> 2.24
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 121d9bf2e20bb..c00ab9c340b46 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.23";
+  version = "2.24";
 
   src = fetchurl {
     url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-OKVAgmHdhQoS3kCwclE9ljON3H2NVCCvpR2hgwfqnA0=";
+    sha256 = "sha256-AIRqBSO71c26TeQwxjfAGIy8YQddF4tq+ZnWztroyRM=";
   };
 
   buildInputs = [ expat ];