gnu: r-matrixcalc: Update to 1.0-6.

* gnu/packages/cran.scm (r-matrixcalc): Update to 1.0-6.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:19 +02:00
parent 8643467fe3
commit d7e41a6251
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

@ -25810,14 +25810,14 @@ imputed data sets with the appropriate degree of sampling uncertainty.")
(define-public r-matrixcalc
(package
(name "r-matrixcalc")
(version "1.0-5")
(version "1.0-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "matrixcalc" version))
(sha256
(base32
"1jkgl1v1q7cqpl1rf49qahdr9y0f33f0ldsbgby8xhfv0vpy21jr"))))
"09pk0ym6qzribxc6v18cpb6478i4r4kzxpkljjbb3n323zqx5iqb"))))
(properties `((upstream-name . "matrixcalc")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/matrixcalc/")