gnu: r-testthat: Update to 3.1.6.
* gnu/packages/statistics.scm (r-testthat): Update to 3.1.6.
parent
cdb7da5f00
commit
02ceaa5925
|
@ -1703,13 +1703,13 @@ R packages that praise their users.")
|
||||||
(define-public r-testthat
|
(define-public r-testthat
|
||||||
(package
|
(package
|
||||||
(name "r-testthat")
|
(name "r-testthat")
|
||||||
(version "3.1.5")
|
(version "3.1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "testthat" version))
|
(uri (cran-uri "testthat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z5pyp4cmyn8ms243zav5wfbwbh45zzq432m1g1xyv904sa6pxd8"))))
|
"1bndjkwv6f9x3a0wklwnf7bymn655yhw6cmazb285hbmci0qrjx7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-brio
|
(list r-brio
|
||||||
|
|
Reference in New Issue