mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-illumina450probevariants-db: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-illumina450probevariants-db): Update to 1.38.0. Change-Id: Ic5af6f5e7ba653edc5ed785f2b3e9d522e7586af
This commit is contained in:
parent
da790d92e5
commit
f4f7b82c5e
1 changed files with 2 additions and 2 deletions
|
@ -2012,14 +2012,14 @@ (define-public r-hdcytodata
|
|||
(define-public r-illumina450probevariants-db
|
||||
(package
|
||||
(name "r-illumina450probevariants-db")
|
||||
(version "1.34.0")
|
||||
(version "1.38.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Illumina450ProbeVariants.db"
|
||||
version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1c1iqxi17s1a1sa1vab2ma7pjq1dxal7ibsiahj66ys0pa4sm42p"))))
|
||||
"1h0qcdmyd22x5y5iwi1w89ppb1k3nb2awwim1lcxgdinab8km52b"))))
|
||||
(properties `((upstream-name . "Illumina450ProbeVariants.db")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/Illumina450ProbeVariants.db")
|
||||
|
|
Loading…
Reference in a new issue