gnu: r-runit: Update to 0.4.32.
* gnu/packages/statistics.scm (r-runit): Update to 0.4.32.master
parent
edb29f2986
commit
366dd8d7cb
|
@ -3965,14 +3965,14 @@ conversion of R objects to LaTeX code, and recoding variables.")
|
||||||
(define-public r-runit
|
(define-public r-runit
|
||||||
(package
|
(package
|
||||||
(name "r-runit")
|
(name "r-runit")
|
||||||
(version "0.4.31")
|
(version "0.4.32")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RUnit" version))
|
(uri (cran-uri "RUnit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jqr871jkll2xmk7wk5hv1z3a36hyn2ibgivw7bwk4b346940xlx"))))
|
"1wc1gwb7yw7phf8b0gkig6c23klya3ax11c6i4s0f049k42r78r3"))))
|
||||||
(properties `((upstream-name . "RUnit")))
|
(properties `((upstream-name . "RUnit")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/RUnit")
|
(home-page "https://cran.r-project.org/web/packages/RUnit")
|
||||||
|
|
Reference in New Issue