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

* gnu/packages/statistics.scm (r-matrix): Update to 1.5-4.
This commit is contained in:
Ricardo Wurmus 2023-04-06 17:32:42 +02:00 committed by Maxim Cournoyer
parent 0ab5c44502
commit 4e28dcf23c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -659,14 +659,14 @@ (define-public r-lattice
(define-public r-matrix
(package
(name "r-matrix")
(version "1.5-3")
(version "1.5-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
"03g0zqkbaa1k52i0d0yyn7vclmg93hdqaid48sbc1ccpvi70ywjf"))))
"01kgnsx3m19varjfn7n0g48ml6yrwr3bnjhhd0h486ynjccvdkhm"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs