1
0
forked from tribes/guix

gnu: linbox: Update to 1.7.1.

* gnu/packages/algebra.scm (linbox): Update to 1.7.1.

Change-Id: I20a12befd94cf344bff54fb538cc1489bb2d19e4
This commit is contained in:
Andreas Enge
2025-07-24 15:13:54 +02:00
parent d5619de9d3
commit 8225239b57
+2 -2
View File
@@ -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))