brial: 1.2.5 -> 1.2.6
Motivation is mostly https://github.com/BRiAl/BRiAl/pull/37, which is a pre-requiste for getting the sage tests to pass with python3.
This commit is contained in:
parent
6a800927bb
commit
135081a538
@ -8,14 +8,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.2.5";
|
version = "1.2.6";
|
||||||
pname = "brial";
|
pname = "brial";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BRiAl";
|
owner = "BRiAl";
|
||||||
repo = "BRiAl";
|
repo = "BRiAl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1nv56fp3brpzanxj7vwvxqdafqfsfhdgq5imr3m94psw5gdfqwja";
|
sha256 = "1mc1zjr3mxcx6bg0js5k9jx65japg7644b0aj1al75m4nwh2ygab";
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME package boost-test and enable checks
|
# FIXME package boost-test and enable checks
|
||||||
|
Loading…
Reference in New Issue
Block a user