about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-18 17:11:36 -0500
committerGitHub <noreply@github.com>2023-11-18 17:11:36 -0500
commitd0b6bb40109e2c1896519f28e47f95ff172d443a (patch)
treeba6b1cc72e94b0184dcaabd3d469d6458dfdf2cc /pkgs/applications
parent31485052884cbe95f1d0ac0db8807fb4699c2c6a (diff)
parentbac54b6e1b8e91d2a25de628243a7cc463327a5f (diff)
Merge pull request #268370 from r-ryantm/auto-update/eigenmath
eigenmath: unstable-2023-10-26 -> unstable-2023-11-17
Diffstat (limited to 'pkgs/applications')
-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 603a3c4f60bf9..1e80d9a06eba9 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 = "unstable-2023-10-26";
+  version = "unstable-2023-11-17";
 
   src = fetchFromGitHub {
     owner = "georgeweigt";
     repo = pname;
-    rev = "043895fbaed27a4baace7c7c0c1f69ea5a9f3d1a";
-    hash = "sha256-roPyRaT89I3HbyvBK/owiigMus1EeKEhhKHFsgfzp10=";
+    rev = "b0d822f10243ad5b1c88efb5a82b43a0bbf1bfbc";
+    hash = "sha256-eJ/EmzV5UZGxwZNIna/XXkYY+vkLc610KcywBFPRfyM=";
   };
 
   checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''