tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
eclib: 20231212 -> 20240408
R. Ryantm
2 years ago
4229fdcd
c81c2414
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
eclib
default.nix
+2
-2
pkgs/development/libraries/eclib/default.nix
···
14
14
15
15
stdenv.mkDerivation rec {
16
16
pname = "eclib";
17
17
-
version = "20231212"; # upgrade might break the sage interface
17
17
+
version = "20240408"; # upgrade might break the sage interface
18
18
# sage tests to run:
19
19
# src/sage/interfaces/mwrank.py
20
20
# src/sage/libs/eclib
···
29
29
# see https://github.com/JohnCremona/eclib/issues/64#issuecomment-789788561
30
30
# for upstream's explanation of the above
31
31
url = "https://github.com/JohnCremona/eclib/releases/download/v${version}/eclib-${version}.tar.bz2";
32
32
-
sha256 = "sha256-MtEWo+NZsN5PZIbCu2GIu4tVPIuDP2GMwllkhOi2FFo=";
32
32
+
sha256 = "sha256-O6kI4gGd5T/LoUFEnKpvqC8DYFv4O/nagJLfU4ravnw=";
33
33
};
34
34
buildInputs = [
35
35
pari