me
/
guix
Archived
1
0
Fork 0

gnu: r-tinytest: Update to 1.3.1.

* gnu/packages/cran.scm (r-tinytest): Update to 1.3.1.
master
Ricardo Wurmus 2021-07-10 13:26:14 +02:00
parent 5ca69fbbf9
commit d5745aa8ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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