3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-testthat: Update to 3.1.3.

* gnu/packages/statistics.scm (r-testthat): Update to 3.1.3.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:40 +02:00
parent b99c0c1c14
commit 3e3afecc54
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1680,13 +1680,13 @@ R packages that praise their users.")
(define-public r-testthat
(package
(name "r-testthat")
(version "3.1.2")
(version "3.1.3")
(source (origin
(method url-fetch)
(uri (cran-uri "testthat" version))
(sha256
(base32
"0ndnmv3gbhlsyqya382wqfkkhlrgpdjmh7mymsv6ja52ihbachgd"))))
"0c7whxl6zwapqzdplwplvhs73w9blb419h2mdl21pwmqjhzjaq68"))))
(build-system r-build-system)
(propagated-inputs
(list r-brio