eigenmath: 3.27-unstable-2024-10-02 -> 3.27-unstable-2024-10-18

Diff: 57a7c74623...a9d3be2c64
This commit is contained in:
Nick Cao 2024-10-24 17:32:03 -04:00
parent 7c3919bc73
commit 710da54cbf
No known key found for this signature in database

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "eigenmath";
version = "3.27-unstable-2024-10-02";
version = "3.27-unstable-2024-10-18";
src = fetchFromGitHub {
owner = "georgeweigt";
repo = pname;
rev = "57a7c74623cdb6ee7f3b67873f6e9af976234e9d";
hash = "sha256-7xoSFLE4yPuWzoIS65UficBa086o1Yil0Z2ks8EARy0=";
rev = "a9d3be2c64a35e06691ba61fd1bf0d9b9cd5822d";
hash = "sha256-3t5AsUTNXnkXUfrGeGWcMwwC8kBhpSVx1ioVfKXloZA=";
};
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''