about summary refs log tree commit diff
path: root/pkgs/applications/science/geometry/gama
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-05 22:06:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-05 22:06:20 +0000
commit3bced2562997bf9c4bb55530af6dbcd0385a5337 (patch)
tree38d6a4e5af1577035e9ef09b3cba080bfeb0dd80 /pkgs/applications/science/geometry/gama
parentb68f057782ccff9b3e6411ca0f02ea495e66b08f (diff)
gama: 2.21 -> 2.22
Diffstat (limited to 'pkgs/applications/science/geometry/gama')
-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 20d2513b877e0..9ca7cc10c77f7 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.21";
+  version = "2.22";
 
   src = fetchurl {
     url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-h+Mo+j/Kr7jmMY9fy4hHwn0FM1C9hMI7f7XY/xjBzHY=";
+    sha256 = "sha256-jOyoWPcZvHWuddLasjIjHSn8MOV3viIgmBrsuzY7P6U=";
   };
 
   buildInputs = [ expat ];