gnu: r-biocfilecache: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.8.0. [propagated-inputs]: Remove r-rappdirs.
This commit is contained in:
parent
2ee15aee56
commit
277f476f60
1 changed files with 2 additions and 3 deletions
|
@ -14503,14 +14503,14 @@ Infinium HumanMethylation 450k assay.")
|
||||||
(define-public r-biocfilecache
|
(define-public r-biocfilecache
|
||||||
(package
|
(package
|
||||||
(name "r-biocfilecache")
|
(name "r-biocfilecache")
|
||||||
(version "2.6.1")
|
(version "2.8.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
|
||||||
"16316a5pgyl5rppyviibf6z3k3m7xmvqyylf1kxdpg0avs6dk8w7"))))
|
"1qk1n50arlk0mfkv9p3zl3lqbapzfkjdbadv51hsp4h9lyaw9sbg"))))
|
||||||
(properties `((upstream-name . "BiocFileCache")))
|
(properties `((upstream-name . "BiocFileCache")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -14520,7 +14520,6 @@ Infinium HumanMethylation 450k assay.")
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-filelock
|
r-filelock
|
||||||
r-httr
|
r-httr
|
||||||
r-rappdirs
|
|
||||||
r-rsqlite))
|
r-rsqlite))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Reference in a new issue