mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-matrix: Update to 1.6-4.
* gnu/packages/statistics.scm (r-matrix): Update to 1.6-4. Change-Id: I7c535d013241057c9546ae51f1a056c534e22f42
This commit is contained in:
parent
84fb814d88
commit
fd4bb4a54d
1 changed files with 2 additions and 2 deletions
|
@ -672,14 +672,14 @@ (define-public r-lattice
|
|||
(define-public r-matrix
|
||||
(package
|
||||
(name "r-matrix")
|
||||
(version "1.6-3")
|
||||
(version "1.6-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Matrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"094n9qf5j7bzi4cyxhm276qx2b2qp676ad8w9gql0qhzhfc889li"))))
|
||||
"00dv2xv69fr3c8h5a2qvr31lffamw5kx08q5v8vli3g6xkd7pjkh"))))
|
||||
(properties `((upstream-name . "Matrix")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue