mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-illumina450probevariants-db: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-illumina450probevariants-db): Update to 1.40.0. Change-Id: Ic18b5dcdda0e002375bb9ed43944168f78eb2906
This commit is contained in:
parent
3f122a9a1a
commit
cd0b5d0892
1 changed files with 2 additions and 2 deletions
|
@ -2021,14 +2021,14 @@ (define-public r-hdcytodata
|
|||
(define-public r-illumina450probevariants-db
|
||||
(package
|
||||
(name "r-illumina450probevariants-db")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Illumina450ProbeVariants.db"
|
||||
version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1h0qcdmyd22x5y5iwi1w89ppb1k3nb2awwim1lcxgdinab8km52b"))))
|
||||
"1jpknhp624753rhalf81kvl02k4wj19xpncagzf85c878953vph0"))))
|
||||
(properties `((upstream-name . "Illumina450ProbeVariants.db")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/Illumina450ProbeVariants.db")
|
||||
|
|
Loading…
Reference in a new issue