1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

gnu: r-illuminahumanmethylationepicv2manifest: Update to 1.0.1.

* gnu/packages/bioconductor.scm (r-illuminahumanmethylationepicv2manifest): Update to 1.0.1.

Change-Id: I237bfef2be1f9be21fbc93de5418a6874f44b8e9
This commit is contained in:
Ricardo Wurmus
2026-02-28 22:08:58 +01:00
committed by Andreas Enge
parent 28c5a19bbf
commit 2fcfbdf8fc
+2 -2
View File
@@ -1852,14 +1852,14 @@ annotations.")
(define-public r-illuminahumanmethylationepicv2manifest
(package
(name "r-illuminahumanmethylationepicv2manifest")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "IlluminaHumanMethylationEPICv2manifest"
version 'annotation))
(sha256
(base32 "1z4b15x8cai27cqhl2lhl02nx0lv8q5c1774vdvvdajx2hivn77l"))))
(base32 "0dwynwhjf3dnbw6975fxvncrqk5si22vrcyf6wivvgak1zim9bjl"))))
(properties `((upstream-name . "IlluminaHumanMethylationEPICv2manifest")))
(build-system r-build-system)
(propagated-inputs (list r-minfi))