diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-21 23:46:13 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-22 01:34:18 -0300 |
| commit | 9a22c4e030c2ac3665c714e2af7e534a9bd8ceed (patch) | |
| tree | 0eb7a4b69ef3639c519a34afc30d6d039ba1d9f1 /gnu/packages/algebra.scm | |
| parent | cd97a8ecec37b8b3c951723146e3a51b00274230 (diff) | |
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
Diffstat (limited to 'gnu/packages/algebra.scm')
| -rw-r--r-- | gnu/packages/algebra.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index f507f316d91..38b53e94ea3 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -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}") |
