1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: eclib: Update to 20250122.

* gnu/packages/algebra.scm (eclib): Update to 20250122.

Change-Id: I8f8d772a07e1194045871976670b74000bc4f48d
This commit is contained in:
Andreas Enge 2025-02-10 14:27:42 +01:00
parent 0275e4856b
commit 02fec056ca
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1688,7 +1688,7 @@ of M4RI from F_2 to F_{2^e}.")
(define-public eclib
(package
(name "eclib")
(version "20241112")
(version "20250122")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1697,7 +1697,7 @@ of M4RI from F_2 to F_{2^e}.")
(file-name (git-file-name name version))
(sha256
(base32
"0v5981y0bv9s2sz6x2yh7mxzqsp9rrfv1jvdv12rwf64yacgmbz0"))))
"0f50r23788n6b899za1a7x6jkrhwj3y2v5y4xc98k63mp0wvqfq1"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool))