eigenmath: unstable-2023-08-03 -> unstable-2023-10-26

This commit is contained in:
R. Ryantm 2023-10-27 04:14:57 +00:00
parent aaccf42b1b
commit ee3ee9adc4

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "eigenmath";
version = "unstable-2023-08-03";
version = "unstable-2023-10-26";
src = fetchFromGitHub {
owner = "georgeweigt";
repo = pname;
rev = "f202cf0c342e54e994c4d416daecc1b1dc8b9c98";
hash = "sha256-kp4zWTPYt2DiuPgTK+ib8NbKg2BJVxJDDCvIlWNuwgs=";
rev = "043895fbaed27a4baace7c7c0c1f69ea5a9f3d1a";
hash = "sha256-roPyRaT89I3HbyvBK/owiigMus1EeKEhhKHFsgfzp10=";
};
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''