Skip to content

Commit

Permalink
Merge pull request #184185 from r-ryantm/auto-update/gama
Browse files Browse the repository at this point in the history
gama: 2.19 -> 2.21
  • Loading branch information
risicle authored Jul 31, 2022
2 parents 8cd811c + a36984e commit 33ab71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/geometry/gama/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, lib, expat, octave, libxml2, texinfo, zip }:
stdenv.mkDerivation rec {
pname = "gama";
version = "2.19";
version = "2.21";

src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-OCyUcKkQzp1nz9lgGSR4MRrP7XBR1kpIfPEA7PdSA1I=";
sha256 = "sha256-h+Mo+j/Kr7jmMY9fy4hHwn0FM1C9hMI7f7XY/xjBzHY=";
};

buildInputs = [ expat ];
Expand Down

0 comments on commit 33ab71d

Please sign in to comment.