eigenmath: unstable-2024-03-11 -> unstable-2024-03-20

This commit is contained in:
R. Ryantm 2024-03-23 04:36:07 +00:00
parent 53c8f2940d
commit bf2bba803c
1 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "eigenmath";
version = "unstable-2024-03-11";
version = "unstable-2024-03-20";
src = fetchFromGitHub {
owner = "georgeweigt";
repo = pname;
rev = "dfa24af6c747e1c90d79a462c2a5a0716b3a1dc0";
hash = "sha256-kgC+E/ecgl27Hs+qCyqg8CjbEyB91AgN397DST/dPMI=";
rev = "262a6525225be7bcef52c3072b1061db3c238055";
hash = "sha256-QH8mLlcCOuq77vLer8RsSnD9VeJu9kAVv2qWAH3ky6I=";
};
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''