mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-testthat: Update to 3.1.2.
* gnu/packages/statistics.scm (r-testthat): Update to 3.1.2.
This commit is contained in:
parent
9d5e4f4828
commit
71860fd077
1 changed files with 2 additions and 2 deletions
|
@ -1670,13 +1670,13 @@ (define-public r-praise
|
|||
(define-public r-testthat
|
||||
(package
|
||||
(name "r-testthat")
|
||||
(version "3.1.1")
|
||||
(version "3.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "testthat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"106gr1l65nvvy376yvv0a9i5vd9vadaxbprfjnpm31rqyns5yxg6"))))
|
||||
"0ndnmv3gbhlsyqya382wqfkkhlrgpdjmh7mymsv6ja52ihbachgd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-brio
|
||||
|
|
Loading…
Reference in a new issue