1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-13 11:54:05 +02:00

gnu: r-gypsum: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-gypsum): Update to 1.6.0.

Change-Id: I37d6214c94a80fda6c22f5f0635f201e2280f942
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:33:37 +01:00
parent a4b41b600d
commit 4591c2517c
+2 -2
View File
@@ -10306,13 +10306,13 @@ manner.")
(define-public r-gypsum
(package
(name "r-gypsum")
(version "1.4.0")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gypsum" version))
(sha256
(base32 "1mjlhn0026nfx4z7s4mdxd27b26vp5rklfqm2fksjizlid34h8fx"))))
(base32 "0wn6mxdkr1msys9n3799qplmvpr9b8qjzhw1magahndidsylz8pf"))))
(properties `((upstream-name . "gypsum")))
(build-system r-build-system)
;; Some tests need internet access.