eigenmath: 3.26-unstable-2024-06-03 -> 3.26-unstable-2024-06-09

This commit is contained in:
R. Ryantm 2024-06-13 00:06:31 +00:00
parent d7cfd8c029
commit 5723eefe6c

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "eigenmath";
version = "3.26-unstable-2024-06-03";
version = "3.26-unstable-2024-06-09";
src = fetchFromGitHub {
owner = "georgeweigt";
repo = pname;
rev = "3475c5fa4bd79a40006ea32ecd99d3678bdea735";
hash = "sha256-szA7vqTaNHotNnrxzE1Lg/S5L+Lc4pLIdivGSkFZkN0=";
rev = "285fc0133f0e7bb5e1e220b75246ce542ae50269";
hash = "sha256-ddED3PaHSSupe/QqMYj88GCmh9IrRvpAd4/WEpRTN00=";
};
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''