gnu: r-tree: Update to 1.0-41.

* gnu/packages/cran.scm (r-tree): Update to 1.0-41.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:30 +02:00
parent 0ed48e1314
commit b4b3ffb09e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21269,13 +21269,13 @@ (define-public r-acrm
(define-public r-tree
(package
(name "r-tree")
(version "1.0-40")
(version "1.0-41")
(source (origin
(method url-fetch)
(uri (cran-uri "tree" version))
(sha256
(base32
"1rr6ws62j9h36f3nl713f8h3ndkh95mv46l055jvgmby5lw1dazz"))))
"13jwdxx3na16mly176n01zdkaqn4a8x9fc43rq5xx5vx31drkkr1"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/tree/")
(synopsis "Classification and regression trees")