eigenmath: unstable-2024-01-23 -> unstable-2024-02-04

This commit is contained in:
R. Ryantm 2024-02-06 18:13:08 +00:00
parent fe0309c142
commit 8e285cb208

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "eigenmath";
version = "unstable-2024-01-23";
version = "unstable-2024-02-04";
src = fetchFromGitHub {
owner = "georgeweigt";
repo = pname;
rev = "1d55696b742fee0b4ef8e39b7a420c00c2f1e329";
hash = "sha256-AQdCFKDUWfNKxZoWp82DdxUA2GiMGWyuyh7Fkofm9kc=";
rev = "3e37263611e181e2927d63b97b7656790c7f4fe1";
hash = "sha256-gjmz9Ma7OLQyIry6i2HMNy4Ai5Wh5NUzDKPO2a9Hp+s=";
};
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''