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

eigenmath: unstable-2024-04-08 -> unstable-2024-04-19
This commit is contained in:
Nick Cao 2024-04-23 08:55:11 -04:00 committed by GitHub
commit e95a16df9f
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-04-08";
version = "unstable-2024-04-19";
src = fetchFromGitHub {
owner = "georgeweigt";
repo = pname;
rev = "c0be6c47309aa40d44784a3a4c4c07bc4e8fb6fa";
hash = "sha256-UVCazX0P03+e1exnpXrGNc/1vHxLH04Xtvgsy00UAoI=";
rev = "5d5a538e7c378e9e2d9fabdf88fa2c6dd6d13e2c";
hash = "sha256-vPj3YKNJAZgdhw/VVrJIo2P7IyHrt7hVpnUQCUCZmR8=";
};
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''