mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-chromstardata: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-chromstardata): Update to 1.28.0. Change-Id: I5146185d21a589b93152fe67df4e4a100a0b0a33
This commit is contained in:
parent
225f49fb30
commit
f0591739ce
1 changed files with 2 additions and 2 deletions
|
@ -1824,13 +1824,13 @@ (define-public r-champdata
|
|||
(define-public r-chromstardata
|
||||
(package
|
||||
(name "r-chromstardata")
|
||||
(version "1.22.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "chromstaRData" version 'experiment))
|
||||
(sha256
|
||||
(base32 "1ajwnkibpi01c93nrplxhy6grw8jj5219g4pii4rkan4k5815kv1"))))
|
||||
(base32 "13xrdr9xrfysh714q4p00pgvwr6ryhvd3jinfqr1gb27s7bdvsi6"))))
|
||||
(properties `((upstream-name . "chromstaRData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/chromstaRData/")
|
||||
|
|
Loading…
Reference in a new issue