mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 12:35:14 -06:00
gnu: r-testit: Update to 0.15.
* gnu/packages/cran.scm (r-testit): Update to 0.15. Change-Id: I2fbf1e11d5a17783c5de331169055dcf93dc40c8
This commit is contained in:
parent
5e1a72bac0
commit
8fe3b74114
1 changed files with 2 additions and 2 deletions
|
|
@ -35082,13 +35082,13 @@ R objects.")
|
|||
(define-public r-testit
|
||||
(package
|
||||
(name "r-testit")
|
||||
(version "0.13")
|
||||
(version "0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "testit" version))
|
||||
(sha256
|
||||
(base32 "104dcxdmzgj340mwk4lpw1y6j1xc4rv4a2v09ckx3nvbmdl73m4h"))))
|
||||
(base32 "01s2y2r75nwa9ncig3mxax7698fdf7vnx65mr8jdwkqjiaawv1pq"))))
|
||||
(properties `((upstream-name . "testit")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue