mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-biocio: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-biocio): Update to 1.8.0.
This commit is contained in:
parent
0640f750b4
commit
94a86e7e39
1 changed files with 2 additions and 2 deletions
|
@ -16425,14 +16425,14 @@ (define-public r-msfeatures
|
|||
(define-public r-biocio
|
||||
(package
|
||||
(name "r-biocio")
|
||||
(version "1.6.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocIO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16j826w4zrmbgpmq6nyglcrjailsfv48ih1rz1qn383g7v503ydp"))))
|
||||
"15d4xsn3k32q7lzcyxvs70f0jbh9fgwl3vi7xd6sqpggar12hh9f"))))
|
||||
(properties `((upstream-name . "BiocIO")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue