guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9a22c4e030c2ac3665c714e2af7e534a9bd8ceed
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Jun 21 23:46:13 2025 -0300
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
---
gnu/packages/algebra.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index f507f316d9..38b53e94ea 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}")