mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-biocio: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-biocio): Update to 1.6.0.
This commit is contained in:
parent
d34a40c4c0
commit
f185bf805c
1 changed files with 2 additions and 2 deletions
|
@ -14392,14 +14392,14 @@ (define-public r-msfeatures
|
|||
(define-public r-biocio
|
||||
(package
|
||||
(name "r-biocio")
|
||||
(version "1.4.0")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocIO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qg6v961sbj7qwyjx4z720f6h0kq693p7gc8q99my7gqkbbcxrfr"))))
|
||||
"16j826w4zrmbgpmq6nyglcrjailsfv48ih1rz1qn383g7v503ydp"))))
|
||||
(properties `((upstream-name . "BiocIO")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue