1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: r-relations: Update to 0.6-16.

* gnu/packages/cran.scm (r-relations): Update to 0.6-16.

Change-Id: Icc5f1e40185b12df0efdc748df985647b14e06dc
This commit is contained in:
Ricardo Wurmus
2026-02-21 10:03:28 +01:00
committed by Andreas Enge
parent 6bdfff7e9c
commit 48bba7023e
+2 -2
View File
@@ -13380,13 +13380,13 @@ both binary and text-mode serialisation is supported.")
(define-public r-relations
(package
(name "r-relations")
(version "0.6-15")
(version "0.6-16")
(source
(origin
(method url-fetch)
(uri (cran-uri "relations" version))
(sha256
(base32 "1qm1z4cv1m7hvq4icvdyb8n026jr1550ibazpbmqwp5qk7mf73qp"))))
(base32 "0c2cxhn0qciq0ma84hiys03zs5mnrs71jjzaw6al0ynkhcxs2fhs"))))
(properties `((upstream-name . "relations")))
(build-system r-build-system)
(propagated-inputs (list r-cluster r-sets r-slam))