1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-tinytest: Update to 1.4.3.

* gnu/packages/cran.scm (r-tinytest): Update to 1.4.3.

Change-Id: Id70b7b126bf3594b0b48b87c79028978304682fb
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:08 +01:00
parent 6d165f21f9
commit d9309152c9

View File

@@ -23151,14 +23151,14 @@ automatically.")
(define-public r-tinytest
(package
(name "r-tinytest")
(version "1.4.1")
(version "1.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytest" version))
(sha256
(base32
"0x0w1fiqd98vmpz8yrp9ig0ry1wfr16g6bkjzd2a8sq9gn417z7n"))))
"0xc3qcrwqnr5jyw9f59g0v2jsq4byzhpf4bw29qclwhfd6ca7hzc"))))
(properties `((upstream-name . "tinytest")))
(build-system r-build-system)
;; Vignettes complain about a missing file, which is in fact there.