Commit 14d4e9ce authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 8ab1d552
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ''