mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-testthat: Update to 3.1.1.
* gnu/packages/statistics.scm (r-testthat): Update to 3.1.1.
This commit is contained in:
parent
8593846517
commit
ffbd40eee6
1 changed files with 2 additions and 2 deletions
|
@ -1617,13 +1617,13 @@ (define-public r-praise
|
|||
(define-public r-testthat
|
||||
(package
|
||||
(name "r-testthat")
|
||||
(version "3.1.0")
|
||||
(version "3.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "testthat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11s98q0gm37z1cqzwvdm9pq26v0zbdq9vc5ssl1nsxhsi42v2577"))))
|
||||
"106gr1l65nvvy376yvv0a9i5vd9vadaxbprfjnpm31rqyns5yxg6"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-brio
|
||||
|
|
Loading…
Reference in a new issue