tptp: 6.3.0 -> 6.4.0
This commit is contained in:
parent
59c9a88a6b
commit
61a3610853
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "TPTP-${version}";
|
name = "TPTP-${version}";
|
||||||
version = "6.3.0";
|
version = "6.4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = [
|
url = [
|
||||||
"http://www.cs.miami.edu/~tptp/TPTP/Distribution/TPTP-v${version}.tgz"
|
"http://www.cs.miami.edu/~tptp/TPTP/Distribution/TPTP-v${version}.tgz"
|
||||||
"http://www.cs.miami.edu/~tptp/TPTP/Archive/TPTP-v${version}/TPTP-v${version}.tgz"
|
"http://www.cs.miami.edu/~tptp/TPTP/Archive/TPTP-v${version}/TPTP-v${version}.tgz"
|
||||||
];
|
];
|
||||||
sha256 = "0xy4cqniyx9fv8r9mc5q5b7xl163pkr9hcmpq6gkls2a0pvg07w9";
|
sha256 = "1i5hi8grfl5zyh8py63zn39rg019bd90h2l312iswbgai6nyfdw0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ tcsh yap perl patchelf ];
|
buildInputs = [ tcsh yap perl patchelf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user