gnu: r-biocfilecache: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 1.12.0. [native-inputs]: Add r-knitr.master
parent
989b7bb625
commit
173844fc75
|
@ -5314,14 +5314,14 @@ Infinium HumanMethylation 450k assay.")
|
||||||
(define-public r-biocfilecache
|
(define-public r-biocfilecache
|
||||||
(package
|
(package
|
||||||
(name "r-biocfilecache")
|
(name "r-biocfilecache")
|
||||||
(version "1.10.2")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocFileCache" version))
|
(uri (bioconductor-uri "BiocFileCache" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jivhn95y6zv5ryamqk6nyd4l8nlskq64j362l9ml9qw746v0ja6"))))
|
"02chrzwccmazi7rdfpyriizhbgxyxlmprlw32w05wk54as6wrxv8"))))
|
||||||
(properties `((upstream-name . "BiocFileCache")))
|
(properties `((upstream-name . "BiocFileCache")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -5332,6 +5332,8 @@ Infinium HumanMethylation 450k assay.")
|
||||||
("r-httr" ,r-httr)
|
("r-httr" ,r-httr)
|
||||||
("r-rappdirs" ,r-rappdirs)
|
("r-rappdirs" ,r-rappdirs)
|
||||||
("r-rsqlite" ,r-rsqlite)))
|
("r-rsqlite" ,r-rsqlite)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/BiocFileCache/")
|
(home-page "https://bioconductor.org/packages/BiocFileCache/")
|
||||||
(synopsis "Manage files across sessions")
|
(synopsis "Manage files across sessions")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue