gnu: r-tinytest: Update to 1.4.1.

* gnu/packages/cran.scm (r-tinytest): Update to 1.4.1.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:23 +01:00
parent 69d13df510
commit 486f488204
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -8625,14 +8625,14 @@ automatically.")
(define-public r-tinytest
(package
(name "r-tinytest")
(version "1.3.1")
(version "1.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytest" version))
(sha256
(base32
"1mq31f7bzcz5bkgzl9khm1i80axfzra7gcjqxd2yqb4wrw1m3x4s"))))
"0x0w1fiqd98vmpz8yrp9ig0ry1wfr16g6bkjzd2a8sq9gn417z7n"))))
(properties `((upstream-name . "tinytest")))
(build-system r-build-system)
(home-page "https://github.com/markvanderloo/tinytest")