gnu: r-bionero: Update to 1.10.1.
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.10.1. Change-Id: I26b6c35d8966744bbcb79d98328c9734360f04f3master
parent
b61f052752
commit
a8930124d5
|
@ -23972,14 +23972,14 @@ using aCGH or sequencing.")
|
||||||
(define-public r-bionero
|
(define-public r-bionero
|
||||||
(package
|
(package
|
||||||
(name "r-bionero")
|
(name "r-bionero")
|
||||||
(version "1.10.0")
|
(version "1.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BioNERO" version))
|
(uri (bioconductor-uri "BioNERO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pq5fiacb2x8l5jk3p6bnha9bcwg91grpklgx2nirrlwwr80gf2h"))))
|
"0dxn4pijr6gsqybl8x3ix1xydizg7gzfp72risk37zc5i4xk2lca"))))
|
||||||
(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