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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -426,14 +426,14 @@ (define-public r-lattice
(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