mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 17:46:21 +01:00
gnu: r-testthat: Update to 3.1.7.
* gnu/packages/statistics.scm (r-testthat): Update to 3.1.7.
This commit is contained in:
parent
8a7eb44065
commit
6e29e15b25
1 changed files with 2 additions and 2 deletions
|
@ -1708,13 +1708,13 @@ (define-public r-praise
|
||||||
(define-public r-testthat
|
(define-public r-testthat
|
||||||
(package
|
(package
|
||||||
(name "r-testthat")
|
(name "r-testthat")
|
||||||
(version "3.1.6")
|
(version "3.1.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "testthat" version))
|
(uri (cran-uri "testthat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bndjkwv6f9x3a0wklwnf7bymn655yhw6cmazb285hbmci0qrjx7"))))
|
"1awfcpabn6f7rdi7lvdj6hzm3gq6qzn38rls6m36q72874bnpn0s"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-brio
|
(list r-brio
|
||||||
|
|
Loading…
Reference in a new issue