me
/
guix
Archived
1
0
Fork 0

gnu: r-matrixmodels: Update to 0.5-0.

* gnu/packages/statistics.scm (r-matrixmodels): Update to 0.5-0.
master
Ricardo Wurmus 2021-03-09 21:42:51 +01:00
parent 12580eb435
commit 27b17f5e6c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5087,14 +5087,14 @@ metrics for evaluating models.")
(define-public r-matrixmodels
(package
(name "r-matrixmodels")
(version "0.4-1")
(version "0.5-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "MatrixModels" version))
(sha256
(base32
"0cyfvhci2p1vr2x52ymkyqqs63x1qchn856dh2j94yb93r08x1zy"))))
"1va6i6bpkq71rzl9i4xgyc5x7qcksa3nfzihlaggf6aj30dayzx8"))))
(properties `((upstream-name . "MatrixModels")))
(build-system r-build-system)
(propagated-inputs