gnu: r-bionero: Update to 1.10.2.
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.10.2. Change-Id: I419476f683156fa612b35680c5de3f8044851439master
parent
af70b1d39c
commit
a223b1e52b
|
@ -23975,14 +23975,14 @@ using aCGH or sequencing.")
|
||||||
(define-public r-bionero
|
(define-public r-bionero
|
||||||
(package
|
(package
|
||||||
(name "r-bionero")
|
(name "r-bionero")
|
||||||
(version "1.10.1")
|
(version "1.10.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BioNERO" version))
|
(uri (bioconductor-uri "BioNERO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dxn4pijr6gsqybl8x3ix1xydizg7gzfp72risk37zc5i4xk2lca"))))
|
"1fk48h2v0snsg8y9pi0pav69wa95s8a8gk1rxsvrm7z1bcgi2j51"))))
|
||||||
(properties `((upstream-name . "BioNERO")))
|
(properties `((upstream-name . "BioNERO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue