This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8225239b57 gnu: linbox: Update to 1.7.1.
8225239b57 is described below
commit 8225239b570f613dc3f8f7bcee42213eafca5ca1
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 24 15:13:54 2025 +0200
gnu: linbox: Update to 1.7.1.
* gnu/packages/algebra.scm (linbox): Update to 1.7.1.
Change-Id: I20a12befd94cf344bff54fb538cc1489bb2d19e4
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index b8b2a7b864..ae90542fd7 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1596,7 +1596,7 @@ algebra, such as the row echelon form.")
(define-public linbox
(package
(name "linbox")
- (version "1.7.0")
+ (version "1.7.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1605,7 +1605,7 @@ algebra, such as the row echelon form.")
(file-name (git-file-name name version))
(sha256
(base32
- "0kr95ah0ss5s4j8kwxqlg395wraf32rdrmy83jfblg0avxmkhvwr"))))
+ "0la7qffj128rbiy1n2mhs8am3j2wfqhqr0fm9v1vmi9gvcir0i2r"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool pkg-config))