mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-testthat: Update to 3.2.1.
* gnu/packages/statistics.scm (r-testthat): Update to 3.2.1. [propagated-inputs]: Remove r-ellipsis. Change-Id: If4b41bd4b0e1f6aa00e19303aa57a960090fe208
This commit is contained in:
parent
e63220843b
commit
c8fdf422e4
1 changed files with 2 additions and 3 deletions
|
@ -1721,13 +1721,13 @@ (define-public r-praise
|
|||
(define-public r-testthat
|
||||
(package
|
||||
(name "r-testthat")
|
||||
(version "3.2.0")
|
||||
(version "3.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "testthat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03k58p8kd7vddx7rlcyi28sy48bh3w4xy4c7wi190l7yjlrfa2sv"))))
|
||||
"1ba80zk9jzs91xl82bykhrvvgamfvp1h189rfq099h813dhhx60x"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-brio
|
||||
|
@ -1735,7 +1735,6 @@ (define-public r-testthat
|
|||
r-cli
|
||||
r-desc
|
||||
r-digest
|
||||
r-ellipsis
|
||||
r-evaluate
|
||||
r-jsonlite
|
||||
r-lifecycle
|
||||
|
|
Loading…
Reference in a new issue