gnu: r-matrix: Update to 1.2-18.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-18.master
parent
6fdf3d5d99
commit
bf5b792b0e
|
@ -567,14 +567,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-17")
|
(version "1.2-18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Matrix" version))
|
(uri (cran-uri "Matrix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k1zf92ycqr7fz44w7bp1p354ww7jg0wm23ybb8dzmbg37qfchyv"))))
|
"06b1rc1vq65b271f2wpzhqkvhng8hwwnvjflzxkng50i52603zzp"))))
|
||||||
(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