about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-02 15:18:47 +0200
committerGitHub <noreply@github.com>2024-06-02 15:18:47 +0200
commit5054c46e36a46bd56569b4bc2a3d153033bb0237 (patch)
treeb866790dff4ca3aa032941ee5eaf184ad827ce80 /pkgs/applications/science
parent3277d20ea4e5d9f1bf4fa06620b0e8729282e3d7 (diff)
parentf46e7c4e2efad4c268e5b6e2c0999c368a084c98 (diff)
Merge pull request #308298 from r-ryantm/auto-update/python311Packages.gmsh
python311Packages.gmsh: 4.12.2 -> 4.13.1
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/gmsh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/gmsh/default.nix b/pkgs/applications/science/math/gmsh/default.nix
index 57b20fe12d7c2..0037b722a8fda 100644
--- a/pkgs/applications/science/math/gmsh/default.nix
+++ b/pkgs/applications/science/math/gmsh/default.nix
@@ -7,11 +7,11 @@ assert enablePython -> (python != null);
 
 stdenv.mkDerivation rec {
   pname = "gmsh";
-  version = "4.12.2";
+  version = "4.13.1";
 
   src = fetchurl {
     url = "https://gmsh.info/src/gmsh-${version}-source.tgz";
-    hash = "sha256-E+CdnKgQLlxAFx1u4VDGaHQrmMOmylf4N/e2Th4q9I8=";
+    hash = "sha256-d5chRfQxcmAm1QWWpqRPs8HJXCElUhjWaVWAa4btvo0=";
   };
 
   buildInputs = [