1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 16:25:54 +02:00

gnu: r-matrix: Update to 1.2-8.

* gnu/packages/statistics.scm (r-matrix): Update to 1.2-8.
This commit is contained in:
Ricardo Wurmus
2017-04-06 12:35:54 +02:00
parent 9aea2cdaff
commit 9704bda1b3
+2 -2
View File
@@ -426,14 +426,14 @@ also flexible enough to handle most nonstandard requirements.")
(define-public r-matrix
(package
(name "r-matrix")
(version "1.2-7.1")
(version "1.2-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
"09rd51na9spz0lm1lylkfhw43w7c922b83m4jsggmpg3pbd6dssa"))))
"1dyv42d7ranb85y8hvi57hbg5xnvhdzqn56wcq3qmhazqj3s3liw"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs