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

* gnu/packages/statistics.scm (r-matrix): Update to 1.2-15.
This commit is contained in:
Ricardo Wurmus 2018-11-07 11:55:43 +01:00
parent 1966d8ffc7
commit 83ca17d8e8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -487,14 +487,14 @@ (define-public r-lattice
(define-public r-matrix
(package
(name "r-matrix")
(version "1.2-14")
(version "1.2-15")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
"15hknim84nj3f54vkchca5ac0c3ip15v1by18k5parmn8wsl19j9"))))
"1mshhyia6imh939p8labxi0wv21lal7csmccxi42klpgdh1j89kv"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs