diff options
| -rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files 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)) |
