1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: r-venn: Update to 1.13.

* gnu/packages/cran.scm (r-venn): Update to 1.13.

Change-Id: I9a15a630386f75c1abfa432c5147207885f21e83
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:45 +02:00
parent ce75a3c411
commit 95accbc78f

View File

@@ -8831,13 +8831,13 @@ previous requests in the same cassette use a cached HTTP response.")
(define-public r-venn
(package
(name "r-venn")
(version "1.12")
(version "1.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "venn" version))
(sha256
(base32 "07bjv0m21gljdr3sj1z9rp6xhgxspah9j1m3a8rskvlwv6dvd1pd"))))
(base32 "17ifis5al6d13hy2ffbyi2f0rqhznwfs75w1fzs406bq9vzziaji"))))
(properties `((upstream-name . "venn")))
(build-system r-build-system)
(propagated-inputs (list r-admisc))