mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-champdata: Update to 2.34.0.
* gnu/packages/bioconductor.scm (r-champdata): Update to 2.34.0. Change-Id: I658aab6c78df1fcbd7fb4d34df144635a2a10347
This commit is contained in:
parent
7b5db44490
commit
225f49fb30
1 changed files with 2 additions and 2 deletions
|
@ -1804,13 +1804,13 @@ (define-public r-celldex
|
|||
(define-public r-champdata
|
||||
(package
|
||||
(name "r-champdata")
|
||||
(version "2.30.0")
|
||||
(version "2.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ChAMPdata" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"0rz762szfl02h4d3dj7ckd41ji9mdsja8nxqw6fl086z337041zw"))))
|
||||
"175vsg2bh578fdrdchcma5q3jq7cfxa8b7g8954xv6fxrwcj0ffz"))))
|
||||
(properties `((upstream-name . "ChAMPdata")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics r-genomicranges))
|
||||
|
|
Loading…
Reference in a new issue