Merge pull request #298276 from r-ryantm/auto-update/eigenmath

eigenmath: unstable-2024-03-11 -> unstable-2024-03-20
This commit is contained in:
Nick Cao 2024-03-23 11:26:05 -04:00 committed by GitHub
commit f09276f23e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ''