gnu: r-matrix: Update to 1.3-2.
* gnu/packages/statistics.scm (r-matrix): Update to 1.3-2.master
parent
5f40f3edc8
commit
33184efac8
|
@ -586,14 +586,14 @@ also flexible enough to handle most nonstandard requirements.")
|
||||||
(define-public r-matrix
|
(define-public r-matrix
|
||||||
(package
|
(package
|
||||||
(name "r-matrix")
|
(name "r-matrix")
|
||||||
(version "1.2-18")
|
(version "1.3-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Matrix" version))
|
(uri (cran-uri "Matrix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06b1rc1vq65b271f2wpzhqkvhng8hwwnvjflzxkng50i52603zzp"))))
|
"0ccmmfd0lbvrhzjzr28k4yfawiywa1m4ics34zyi3rqq23csa2wm"))))
|
||||||
(properties `((upstream-name . "Matrix")))
|
(properties `((upstream-name . "Matrix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue