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

gnu: r-methylkit: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-methylkit): Update to 1.38.0.

Change-Id: I2d77375a092731b9c51e5726115a5f748f432a12
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:14:51 +02:00
parent 0e756bce67
commit 67f341f0ef
+2 -2
View File
@@ -11536,13 +11536,13 @@ be explored.")
(define-public r-methylkit
(package
(name "r-methylkit")
(version "1.36.0")
(version "1.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "methylKit" version))
(sha256
(base32
"0ay3x7scmp7j3g3vqlyb3w2cnakaw2bbprj7fsdy6mda7py9p2qi"))))
"0ki6zybnwigk7gppc7495phzlg9pixmp79hyg1kfrrskykyr1280"))))
(properties `((upstream-name . "methylKit")))
(build-system r-build-system)
(propagated-inputs