Skip to content

Commit

Permalink
eclib: 20240408 -> 20250122
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and collares committed Feb 24, 2025
1 parent 0196c01 commit f94a475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ec/eclib/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ assert withFlint -> flint != null;

stdenv.mkDerivation rec {
pname = "eclib";
version = "20240408"; # upgrade might break the sage interface
version = "20250122"; # upgrade might break the sage interface
# sage tests to run:
# src/sage/interfaces/mwrank.py
# src/sage/libs/eclib
Expand All @@ -28,8 +28,8 @@ 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-O6kI4gGd5T/LoUFEnKpvqC8DYFv4O/nagJLfU4ravnw=";
url = "https://github.com/JohnCremona/eclib/releases/download/${version}/eclib-${version}.tar.bz2";
sha256 = "sha256-n4wrMuJKTyDXzC0zbqMMjqA7WwlTwtMq3aDEludhaJk=";
};
buildInputs = [
pari
Expand Down

0 comments on commit f94a475

Please sign in to comment.