gnu: r-psychotree: Update to 0.16-2.

* gnu/packages/cran.scm (r-psychotree): Update to 0.16-2.

Change-Id: Iaee9b214215f4fe036fb2c93238bf227d225b8df
This commit is contained in:
Ricardo Wurmus
2025-11-20 10:37:46 +01:00
parent 7824621a3d
commit 5d8c78c281

View File

@@ -18934,13 +18934,13 @@ common building block for fitting psychometric mixture models in package
(define-public r-psychotree
(package
(name "r-psychotree")
(version "0.16-1")
(version "0.16-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "psychotree" version))
(sha256
(base32 "04ipl6kadfvyl28wx8jbpisb4pcswrwq1qiqm90h47ldbnmha932"))))
(base32 "0v3hcrvscdd6m6g37ihacr33bfs6vmbvfb1yd17hyj4a77xzdnzb"))))
(properties `((upstream-name . "psychotree")))
(build-system r-build-system)
(propagated-inputs (list r-formula r-partykit r-psychotools))