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

gnu: r-gwascat: Update to 2.42.0.

* gnu/packages/bioconductor.scm (r-gwascat): Update to 2.42.0.
[propagated-inputs]: Add r-seqinfo.

Change-Id: I3be0520167579fadee07647ae232cf42a9ff63cc
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:50:42 +01:00
parent 7201a66cb3
commit f114fbaf5f

View File

@@ -26936,14 +26936,14 @@ with your data.")
(define-public r-gwascat
(package
(name "r-gwascat")
(version "2.40.0")
(version "2.42.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gwascat" version))
(sha256
(base32
"048h1i0i6wm1rsnn6gcc83wf3bagwvbphqi7rbchkws8rn3828v9"))))
"1v5z4fmwgs3swvpa09y986sracz0nsggq8s9hp1nmwb9a9grw8px"))))
(build-system r-build-system)
(propagated-inputs
(list r-annotationdbi
@@ -26957,6 +26957,7 @@ with your data.")
r-iranges
r-readr
r-s4vectors
r-seqinfo
r-snpstats
r-tibble
r-variantannotation))