eclib: 20250122 -> 20250616

This commit is contained in:
R. Ryantm
2025-06-18 11:43:57 -03:00
committed by Mauricio Collares
parent cc0f2673ae
commit bb466c6d0b
+2 -2
View File
@@ -17,7 +17,7 @@ assert withFlint -> flint != null;
stdenv.mkDerivation rec {
pname = "eclib";
version = "20250122"; # upgrade might break the sage interface
version = "20250616"; # upgrade might break the sage interface
# sage tests to run:
# src/sage/interfaces/mwrank.py
# src/sage/libs/eclib
@@ -32,7 +32,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/${version}/eclib-${version}.tar.bz2";
sha256 = "sha256-n4wrMuJKTyDXzC0zbqMMjqA7WwlTwtMq3aDEludhaJk=";
hash = "sha256-WrPkrAlBhsnK/NqSFNTZNkgsL2EJzvmLASha0rI4U5s=";
};
buildInputs =
[