1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 14:34:07 +02:00

gnu: r-biomart: Update to 2.66.1.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.66.1.

Change-Id: I7b44de4ba1bb980ca4c6de8b774f8652bbc3df17
This commit is contained in:
Ricardo Wurmus
2026-02-17 09:45:28 +01:00
committed by Andreas Enge
parent 0a9c3f1338
commit c87d544fab
+2 -2
View File
@@ -8644,13 +8644,13 @@ on Bioconductor or which replace R functions.")
(define-public r-biomart
(package
(name "r-biomart")
(version "2.66.0")
(version "2.66.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"0xvwn4s7lxd2g98x6bng4w2vvxp26s57wzq2pij4f117xscad42f"))))
"1cmzay4z9s183dc001rxfa81ql67la9y8m0p0wsn2iwzxzx94n8g"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)