me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-matrix): Update to 1.3-4.
master
Ricardo Wurmus 2021-06-02 17:23:07 +02:00
parent 72e8eabc3a
commit fdc6bfa2aa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -586,14 +586,14 @@ also flexible enough to handle most nonstandard requirements.")
(define-public r-matrix
(package
(name "r-matrix")
(version "1.3-3")
(version "1.3-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
"0fvayd6b8w6yzhil85xw7lib68dvxyzpcznwvwczlyxf8ggchzpp"))))
"0fbcbysp3vaivmp1yasmp8mdsldhr826vfs4vyxrjpjl8jfifhmb"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs