Merge pull request #248856 from NickCao/eigenmath

eigenmath: unstable-2023-06-16 -> unstable-2023-08-03
This commit is contained in:
Nick Cao 2023-08-13 22:35:58 -06:00 committed by GitHub
commit 8500983a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "eigenmath"; pname = "eigenmath";
version = "unstable-2023-06-16"; version = "unstable-2023-08-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "georgeweigt"; owner = "georgeweigt";
repo = pname; repo = pname;
rev = "800adc5c0bd654eb9ad28497e1b78c4061b3a4cb"; rev = "f202cf0c342e54e994c4d416daecc1b1dc8b9c98";
hash = "sha256-/ViU44E3myAc7B8amm/TaIh70g2Z7IC4KRRG3++nOKs="; hash = "sha256-kp4zWTPYt2DiuPgTK+ib8NbKg2BJVxJDDCvIlWNuwgs=";
}; };
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in '' checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''
@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
homepage = "https://georgeweigt.github.io"; homepage = "https://georgeweigt.github.io";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ nickcao ]; maintainers = with maintainers; [ nickcao ];
platforms = platforms.unix;
}; };
} }