gnu: r-biobase: Update to 2.60.0.
* gnu/packages/bioconductor.scm (r-biobase): Update to 2.60.0. [native-inputs]: Add r-knitr.master
parent
b8c4b8b44f
commit
766fb8a21c
|
@ -5739,18 +5739,19 @@ paired-end data.")
|
||||||
(define-public r-biobase
|
(define-public r-biobase
|
||||||
(package
|
(package
|
||||||
(name "r-biobase")
|
(name "r-biobase")
|
||||||
(version "2.58.0")
|
(version "2.60.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Biobase" version))
|
(uri (bioconductor-uri "Biobase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rp541nphbcya6kbk1nzrrb05g5m6pxb3yqz5cj873di9vsqlyfv"))))
|
"1xjs5nxr3dffllp599hf0cx71a2czqmhf7zj2sp6rz06kcxib905"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Biobase")))
|
`((upstream-name . "Biobase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocgenerics))
|
(list r-biocgenerics))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/Biobase")
|
(home-page "https://bioconductor.org/packages/Biobase")
|
||||||
(synopsis "Base functions for Bioconductor")
|
(synopsis "Base functions for Bioconductor")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue