mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
eclib: 20230424 -> 20231212
This commit is contained in:
parent
309e6be7d4
commit
8d95c6b8fa
@ -14,7 +14,7 @@ assert withFlint -> flint != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eclib";
|
||||
version = "20230424"; # upgrade might break the sage interface
|
||||
version = "20231212"; # upgrade might break the sage interface
|
||||
# sage tests to run:
|
||||
# src/sage/interfaces/mwrank.py
|
||||
# src/sage/libs/eclib
|
||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
# see https://github.com/JohnCremona/eclib/issues/64#issuecomment-789788561
|
||||
# for upstream's explanation of the above
|
||||
url = "https://github.com/JohnCremona/eclib/releases/download/v${version}/eclib-${version}.tar.bz2";
|
||||
sha256 = "sha256-FCLez8q+uwrUL39Yxa7+W9j6EXV7ReMaGGOE/QN81cE=";
|
||||
sha256 = "sha256-MtEWo+NZsN5PZIbCu2GIu4tVPIuDP2GMwllkhOi2FFo=";
|
||||
};
|
||||
buildInputs = [
|
||||
pari
|
||||
|
Loading…
Reference in New Issue
Block a user