1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 16:50:38 +02:00

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

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

Change-Id: Iac7d6892782b7b2a634cdd62131622bbe005eb27
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:47 +02:00
parent 9fe4a6e471
commit dd2f6f3eff

View File

@@ -13738,13 +13738,13 @@ both binary and text-mode serialisation is supported.")
(define-public r-relations
(package
(name "r-relations")
(version "0.6-16")
(version "0.6-17")
(source
(origin
(method url-fetch)
(uri (cran-uri "relations" version))
(sha256
(base32 "0c2cxhn0qciq0ma84hiys03zs5mnrs71jjzaw6al0ynkhcxs2fhs"))))
(base32 "04zm840100q0xxswpv6f2172aam6b03639bi9gzk14spxb0zwxjk"))))
(properties `((upstream-name . "relations")))
(build-system r-build-system)
(propagated-inputs (list r-cluster r-sets r-slam))