mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-chromstardata: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-chromstardata): Update to 1.22.0.
This commit is contained in:
parent
1413f9f214
commit
e437cf10a4
1 changed files with 2 additions and 3 deletions
|
@ -1274,14 +1274,13 @@ (define-public r-celldex
|
|||
(define-public r-chromstardata
|
||||
(package
|
||||
(name "r-chromstardata")
|
||||
(version "1.16.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "chromstaRData" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"0ph80d53598635bb8g61acg5rqwnj8644a0gh297r4hgbvwlflab"))))
|
||||
(base32 "1ajwnkibpi01c93nrplxhy6grw8jj5219g4pii4rkan4k5815kv1"))))
|
||||
(properties `((upstream-name . "chromstaRData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/chromstaRData/")
|
||||
|
|
Loading…
Reference in a new issue