me
/
guix
Archived
1
0
Fork 0

gnu: r-ztree: Update to 1.0.7.

* gnu/packages/cran.scm (r-ztree): Update to 1.0.7.
master
Ricardo Wurmus 2021-11-23 15:23:38 +01:00
parent d814232f89
commit b1010b9525
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -31105,14 +31105,14 @@ files, images, movie formats, etc., etc.) through an R session.")
(define-public r-ztree
(package
(name "r-ztree")
(version "1.0.6")
(version "1.0.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "zTree" version))
(sha256
(base32
"1mywxrx6bw7dzhrdwyxbjzc8ikgvw423zycyji0jjr69cfhpmywv"))))
"005zk6wpchpss6865ki35yawgf668pn70163ah97rnfkhfaswm6y"))))
(properties `((upstream-name . "zTree")))
(build-system r-build-system)
(propagated-inputs