mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
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 @@ (define-public r-genelendatabase
|
|||
(define-public r-genomationdata
|
||||
(package
|
||||
(name "r-genomationdata")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "genomationData" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"0igjsvfnws3498j65ifniw0kbxfqpfr59rcjddqvq4zsj453fx1g"))))
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "genomationData" version 'experiment))
|
||||
(sha256
|
||||
(base32 "0ckdgmarndpz6r0y9sd4nmypzjgivj32w2890yl15xmxkx4397fh"))))
|
||||
(properties
|
||||
`((upstream-name . "genomationData")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue