about summary refs log tree commit diff
path: root/pkgs/applications/science/geometry
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-04 00:12:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-04 00:12:07 +0000
commitd0d2a84f6a1a9c500d09aee353e9735e08a988fe (patch)
tree97c0e25abf960a8703929c3c13b7e6f23e270720 /pkgs/applications/science/geometry
parent3ed98aebe5cf7d174a21f16560884d07adf29aa0 (diff)
gama: 2.24 -> 2.25
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 c00ab9c340b46..728cbe62292db 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.24";
+  version = "2.25";
 
   src = fetchurl {
     url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-AIRqBSO71c26TeQwxjfAGIy8YQddF4tq+ZnWztroyRM=";
+    sha256 = "sha256-1j4fsPQEaftqmrdk6ZPWKSl7ywA/UPN8bdddGVlPxDQ=";
   };
 
   buildInputs = [ expat ];