about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-07 12:57:05 -0500
committerGitHub <noreply@github.com>2024-03-07 12:57:05 -0500
commit48a8aef2f34c46081f181f28f7790569f1149c85 (patch)
tree468cbd4a6ed4d98982ed3b2b0120fb1be5420c19 /pkgs/applications/science
parentd7570b04936e9b0f5268e0d834dee40368ad3308 (diff)
parentf4a362ed2589b8fa866b8d0e57da170a41980f3e (diff)
downloadnixlib-48a8aef2f34c46081f181f28f7790569f1149c85.tar
nixlib-48a8aef2f34c46081f181f28f7790569f1149c85.tar.gz
nixlib-48a8aef2f34c46081f181f28f7790569f1149c85.tar.bz2
nixlib-48a8aef2f34c46081f181f28f7790569f1149c85.tar.lz
nixlib-48a8aef2f34c46081f181f28f7790569f1149c85.tar.xz
nixlib-48a8aef2f34c46081f181f28f7790569f1149c85.tar.zst
nixlib-48a8aef2f34c46081f181f28f7790569f1149c85.zip
Merge pull request #294100 from r-ryantm/auto-update/eigenmath
eigenmath: unstable-2024-02-25 -> unstable-2024-03-06
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 e91ec9e5bbbf..49515a6601d4 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-2024-02-25";
+  version = "unstable-2024-03-06";
 
   src = fetchFromGitHub {
     owner = "georgeweigt";
     repo = pname;
-    rev = "4391a5bfe22d095cdf9fc12f376f64a8ffccccd9";
-    hash = "sha256-p+dnu35HGX8SgVpq5NczoZVehzfcuN+uucGurT7lWYM=";
+    rev = "ff2a5f89969e106f57ad624ac3897e06f26692d7";
+    hash = "sha256-54nw734EjICaac8PvdgiGeDWdJTCXnWVUJL2uE937E4=";
   };
 
   checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''