mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-testthat: Update to 3.0.4.
* gnu/packages/statistics.scm (r-testthat): Update to 3.0.4.
This commit is contained in:
parent
756449c642
commit
7dd5f33d31
1 changed files with 2 additions and 2 deletions
|
@ -1596,13 +1596,13 @@ (define-public r-praise
|
|||
(define-public r-testthat
|
||||
(package
|
||||
(name "r-testthat")
|
||||
(version "3.0.2")
|
||||
(version "3.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "testthat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03sbk36vrjhzfap6a9czxw93r7h06rh3mb01inbrhrh5r2pd00qq"))))
|
||||
"0iqizv2gpv9fg766qv8hbkmc6c5i9xcfrmq9k5m2550p28zff2w3"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-brio" ,r-brio)
|
||||
|
|
Loading…
Reference in a new issue