mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-quadprog: Update to 1.5-7.
* gnu/packages/maths.scm (r-quadprog): Update to 1.5-7.
This commit is contained in:
parent
4238c3ee2a
commit
ae9ed1390f
1 changed files with 2 additions and 2 deletions
|
@ -2206,14 +2206,14 @@ sparse system of linear equations A x = b using Guassian elimination.")
|
|||
(define-public r-quadprog
|
||||
(package
|
||||
(name "r-quadprog")
|
||||
(version "1.5-6")
|
||||
(version "1.5-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "quadprog" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fnwaz70dhiq4av8apc4wr3yrrpwc2i6lksf8pfi6jw8vzzyahql"))))
|
||||
"0vg7i9p241bwvfdspjbydjrsvgipl6nsb8bjigp0hbbgvxbixx0s"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
|
|
Loading…
Reference in a new issue