gnu: r-genomationdata: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-genomationdata): Update to 1.28.0.
This commit is contained in:
parent
d24b0702b6
commit
4f2ac5f19f
1 changed files with 7 additions and 7 deletions
|
@ -1338,13 +1338,13 @@ genomes and gene ID formats, largely based on the UCSC table browser.")
|
||||||
(define-public r-genomationdata
|
(define-public r-genomationdata
|
||||||
(package
|
(package
|
||||||
(name "r-genomationdata")
|
(name "r-genomationdata")
|
||||||
(version "1.22.0")
|
(version "1.28.0")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (bioconductor-uri "genomationData" version 'experiment))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (bioconductor-uri "genomationData" version 'experiment))
|
||||||
(base32
|
(sha256
|
||||||
"0igjsvfnws3498j65ifniw0kbxfqpfr59rcjddqvq4zsj453fx1g"))))
|
(base32 "0ckdgmarndpz6r0y9sd4nmypzjgivj32w2890yl15xmxkx4397fh"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "genomationData")))
|
`((upstream-name . "genomationData")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue