mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fflas-ffpack: Update to 2.5.0.
* gnu/packages/algebra.scm (fflas-ffpack): Update to 2.5.0. [source]: Update commit string. Change-Id: I8d57287bb905e7dfd93675fbe7dff67199eca8ce
This commit is contained in:
parent
c465c4521f
commit
0c7f797d9b
1 changed files with 3 additions and 3 deletions
|
@ -1552,16 +1552,16 @@ compound objects, such as vectors, matrices and univariate polynomials.")
|
|||
(define-public fflas-ffpack
|
||||
(package
|
||||
(name "fflas-ffpack")
|
||||
(version "2.4.3")
|
||||
(version "2.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/linbox-team/fflas-ffpack")
|
||||
(commit version)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ynbjd72qrwp0b4kpn0p5d7gddpvj8dlb5fwdxajr5pvkvi3if74"))))
|
||||
"1iv8jpiv5k3gcmvnry1jyaw06y8li0gi464ri5a1aa9j6pd5qfqk"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue