mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -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
|
(define-public r-biocio
|
||||||
(package
|
(package
|
||||||
(name "r-biocio")
|
(name "r-biocio")
|
||||||
(version "1.6.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocIO" version))
|
(uri (bioconductor-uri "BiocIO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16j826w4zrmbgpmq6nyglcrjailsfv48ih1rz1qn383g7v503ydp"))))
|
"15d4xsn3k32q7lzcyxvs70f0jbh9fgwl3vi7xd6sqpggar12hh9f"))))
|
||||||
(properties `((upstream-name . "BiocIO")))
|
(properties `((upstream-name . "BiocIO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue