about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-21 02:20:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-21 02:20:41 +0000
commitb05e29f479d6a1050e44347a79efb01dfc2d2fa3 (patch)
tree166dd8ea6ea58a7086e7153295dc2a7478d7026b /pkgs/applications/science
parent3d37622cffe5ee2f30a624087830374af8fe33f8 (diff)
eigenmath: 3.26-unstable-2024-06-09 -> 3.27-unstable-2024-06-20
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/eigenmath/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/eigenmath/default.nix b/pkgs/applications/science/math/eigenmath/default.nix
index cb6748ec37796..a120de87b9ff1 100644
--- a/pkgs/applications/science/math/eigenmath/default.nix
+++ b/pkgs/applications/science/math/eigenmath/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "eigenmath";
-  version = "3.26-unstable-2024-06-09";
+  version = "3.27-unstable-2024-06-20";
 
   src = fetchFromGitHub {
     owner = "georgeweigt";
     repo = pname;
-    rev = "285fc0133f0e7bb5e1e220b75246ce542ae50269";
-    hash = "sha256-ddED3PaHSSupe/QqMYj88GCmh9IrRvpAd4/WEpRTN00=";
+    rev = "c3e3da104dbef888c3e52659134d5e9bdc12764d";
+    hash = "sha256-fqCphnRQw79v7ZTCZU9ucm/R7BKY7yCZYDSnxD7uRS8=";
   };
 
   checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''