summaryrefslogtreecommitdiff
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
parentMerge pull request #189862 from r-ryantm/auto-update/flyway (diff)
downloadnixpkgs-3bced2562997bf9c4bb55530af6dbcd0385a5337.tar.gz
gama: 2.21 -> 2.22
-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 20d2513b877e..9ca7cc10c77f 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 ];