about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-13 15:50:40 +0800
committerNick Cao <nickcao@nichi.co>2023-08-13 15:50:40 +0800
commitb09606fc0a5cf751a5f44256eedb9ac06e6b747e (patch)
tree38fbc8ad1acb5b8aff800f3deccfb1bcbe18b4d9 /pkgs/applications/science
parent0ee26e358acc1bfd20041dbd0a1a778f855c713d (diff)
eigenmath: unstable-2023-06-16 -> unstable-2023-08-03
Diff: https://github.com/georgeweigt/eigenmath/compare/800adc5c0bd654eb9ad28497e1b78c4061b3a4cb...f202cf0c342e54e994c4d416daecc1b1dc8b9c98
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 a408f105c8bf5..345eab6d3282d 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-06-16";
+  version = "unstable-2023-08-03";
 
   src = fetchFromGitHub {
     owner = "georgeweigt";
     repo = pname;
-    rev = "800adc5c0bd654eb9ad28497e1b78c4061b3a4cb";
-    hash = "sha256-/ViU44E3myAc7B8amm/TaIh70g2Z7IC4KRRG3++nOKs=";
+    rev = "f202cf0c342e54e994c4d416daecc1b1dc8b9c98";
+    hash = "sha256-kp4zWTPYt2DiuPgTK+ib8NbKg2BJVxJDDCvIlWNuwgs=";
   };
 
   checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''