about summary refs log tree commit diff
path: root/pkgs/applications/science/geometry
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-22 23:57:03 +0100
committerGitHub <noreply@github.com>2023-01-22 23:57:03 +0100
commitf7bd2378b78700144ede25c7946a0d59bce793b8 (patch)
treeec9de2b0fce060b18a2c014ccb29a5117bf925fa /pkgs/applications/science/geometry
parent18277846679d32be477dc373aa1e0467c9d320d1 (diff)
parent00cb2a10cc5cd07e4cd3a26d0741d66d7401d94f (diff)
Merge pull request #195613 from r-ryantm/auto-update/gama
gama: 2.22 -> 2.23
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 716fadd20fb9e..121d9bf2e20bb 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.22";
+  version = "2.23";
 
   src = fetchurl {
     url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-jOyoWPcZvHWuddLasjIjHSn8MOV3viIgmBrsuzY7P6U=";
+    sha256 = "sha256-OKVAgmHdhQoS3kCwclE9ljON3H2NVCCvpR2hgwfqnA0=";
   };
 
   buildInputs = [ expat ];