eigenmath: 3.27-unstable-2024-09-15 -> 3.27-unstable-2024-10-02

This commit is contained in:
R. Ryantm 2024-10-08 02:02:05 +00:00
parent 8ab1d552b8
commit 14d4e9ce7e

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "eigenmath";
version = "3.27-unstable-2024-09-15";
version = "3.27-unstable-2024-10-02";
src = fetchFromGitHub {
owner = "georgeweigt";
repo = pname;
rev = "ba00d77289f1c9ce64108b1bbcee02c71ce48633";
hash = "sha256-yFzsMNVjQK64uQSfjQKC8LbdQu7/97hDolRMBc4Womc=";
rev = "57a7c74623cdb6ee7f3b67873f6e9af976234e9d";
hash = "sha256-7xoSFLE4yPuWzoIS65UficBa086o1Yil0Z2ks8EARy0=";
};
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''