gnu: r-matrix: Update to 1.5-4.1.

* gnu/packages/statistics.scm (r-matrix): Update to 1.5-4.1.
This commit is contained in:
Ricardo Wurmus 2023-05-31 12:15:26 +02:00
parent 1c2d80a2f9
commit 232b2530b8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -666,14 +666,14 @@ also flexible enough to handle most nonstandard requirements.")
(define-public r-matrix
(package
(name "r-matrix")
(version "1.5-4")
(version "1.5-4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
"01kgnsx3m19varjfn7n0g48ml6yrwr3bnjhhd0h486ynjccvdkhm"))))
"0bh87f6yll06q0068wavwmagvsc0p95g7071zsjr2yzb2dr5i2b5"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs