mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-23 10:40:31 +02:00
gnu: r-testthat: Update to 3.3.1.
* gnu/packages/statistics.scm (r-testthat): Update to 3.3.1. [properties]: Add r-s7 and r-xml2 to the ignored native inputs. Change-Id: I15d949dbc97aa62ab63a86cf2850ecbb91159cdc Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
97a498bc6f
commit
4aca2414d3
@@ -890,15 +890,15 @@ posteriors and evidences.")
|
||||
(define-public r-testthat
|
||||
(package
|
||||
(name "r-testthat")
|
||||
(version "3.3.0")
|
||||
(version "3.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "testthat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"082nd13fj2f7miz0ny4n2vv6924gcavndmdans1gw6p4inal4qnb"))))
|
||||
"1dld7h3k0z15ybcddcmr8l3ibfgv3rqfbn65b9a9ddvr7kr4d202"))))
|
||||
(properties
|
||||
'((updater-ignored-native-inputs . ("r-testthat"))
|
||||
'((updater-ignored-native-inputs . ("r-testthat" "r-s7" "r-xml2"))
|
||||
(updater-extra-native-inputs . ("r-digest"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
||||
Reference in New Issue
Block a user