gnu: m4rie: Update to 20250128.

* gnu/packages/algebra.scm (m4rie): Update to 20250128.
[source]: Update commit string.
[native-inputs]: Add pkg-config.

Change-Id: I6a7843c4bf055e22714efc8c0d16299637cc10bc
This commit is contained in:
Vinicius Monego 2025-06-21 23:46:13 -03:00
parent cd97a8ecec
commit 9a22c4e030
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1707,19 +1707,19 @@ polynomials, and the representation theory of Hecke algebras of type A_n.")
(define-public m4rie
(package
(name "m4rie")
(version "20150908")
(version "20250128")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://bitbucket.org/malb/m4rie")
(commit (string-append "release-" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0r8lv46qx5mkz5kp3ay2jnsp0mbhlqr5z2z220wdk73wdshcznss"))))
"1la0x8r7ymn9b36rrsjphr6j8abmnpirwxmi81qbyzjar1grj3mp"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool))
(list autoconf automake libtool pkg-config))
(inputs
(list m4ri))
(synopsis "Arithmetic of dense matrices over F_{2^e}")