mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-minfidata: Update to 0.48.0.
* gnu/packages/bioconductor.scm (r-minfidata): Update to 0.48.0. Change-Id: I8485d570629d23b294a9ea4143a88ed91ae737af
This commit is contained in:
parent
cbb019eef6
commit
13c2e3c9e4
1 changed files with 2 additions and 2 deletions
|
@ -2154,13 +2154,13 @@ (define-public r-mousegastrulationdata
|
|||
(define-public r-minfidata
|
||||
(package
|
||||
(name "r-minfidata")
|
||||
(version "0.44.0")
|
||||
(version "0.48.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "minfiData" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"15s3kc629m2c78vkidmp6kcc28sn1wzjzrxazmd8z7x8cdad3q4g"))))
|
||||
"12lhyv3zb8vps7v61zfm8sz4r18rpgphgy7nvdpj48dj3awdnpw8"))))
|
||||
(properties `((upstream-name . "minfiData")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue