me
/
guix
Archived
1
0
Fork 0

gnu: r-matrix: Update to 1.2-18.

* gnu/packages/statistics.scm (r-matrix): Update to 1.2-18.
master
Ricardo Wurmus 2019-11-28 10:02:46 +01:00
parent 6fdf3d5d99
commit bf5b792b0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -567,14 +567,14 @@ also flexible enough to handle most nonstandard requirements.")
(define-public r-matrix
(package
(name "r-matrix")
(version "1.2-17")
(version "1.2-18")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
"1k1zf92ycqr7fz44w7bp1p354ww7jg0wm23ybb8dzmbg37qfchyv"))))
"06b1rc1vq65b271f2wpzhqkvhng8hwwnvjflzxkng50i52603zzp"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs