me
/
guix
Archived
1
0
Fork 0

gnu: r-testthat: Update to 3.0.2.

* gnu/packages/statistics.scm (r-testthat): Update to 3.0.2.
master
Ricardo Wurmus 2021-03-09 21:42:12 +01:00
parent 440dd95f72
commit 4a27e42fd6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1585,13 +1585,13 @@ R packages that praise their users.")
(define-public r-testthat
(package
(name "r-testthat")
(version "3.0.1")
(version "3.0.2")
(source (origin
(method url-fetch)
(uri (cran-uri "testthat" version))
(sha256
(base32
"1l1s4jgmgbsf711ma5i58ssgkz98an7hijcxvwfz314nf5fc8zr9"))))
"03sbk36vrjhzfap6a9czxw93r7h06rh3mb01inbrhrh5r2pd00qq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-brio" ,r-brio)