me
/
guix
Archived
1
0
Fork 0

gnu: r-matrix: Update to 1.6-0.

* gnu/packages/statistics.scm (r-matrix): Update to 1.6-0.
master
Ricardo Wurmus 2023-07-11 15:35:32 +02:00
parent f072cd9486
commit b372435930
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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