gnu: r-matrix: Update to 1.6-3.

* gnu/packages/statistics.scm (r-matrix): Update to 1.6-3.

Change-Id: If89e659ecd8826a45e1147d9c2e620f4059db214
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:40 +01:00
parent 5f92b0d564
commit e59bde0a7c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -672,14 +672,14 @@ also flexible enough to handle most nonstandard requirements.")
(define-public r-matrix
(package
(name "r-matrix")
(version "1.6-1.1")
(version "1.6-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
"1hlcxr38p4ybb67n25cc1ssh2q2r8cj0flc59lid8hclzvqv27ik"))))
"094n9qf5j7bzi4cyxhm276qx2b2qp676ad8w9gql0qhzhfc889li"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs