me
/
guix
Archived
1
0
Fork 0

gnu: r-biocfilecache: Update to 2.8.0.

* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.8.0.
[propagated-inputs]: Remove r-rappdirs.
master
Ricardo Wurmus 2023-04-28 19:01:12 +02:00
parent 2ee15aee56
commit 277f476f60
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -14503,14 +14503,14 @@ Infinium HumanMethylation 450k assay.")
(define-public r-biocfilecache
(package
(name "r-biocfilecache")
(version "2.6.1")
(version "2.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocFileCache" version))
(sha256
(base32
"16316a5pgyl5rppyviibf6z3k3m7xmvqyylf1kxdpg0avs6dk8w7"))))
"1qk1n50arlk0mfkv9p3zl3lqbapzfkjdbadv51hsp4h9lyaw9sbg"))))
(properties `((upstream-name . "BiocFileCache")))
(build-system r-build-system)
(propagated-inputs
@ -14520,7 +14520,6 @@ Infinium HumanMethylation 450k assay.")
r-dplyr
r-filelock
r-httr
r-rappdirs
r-rsqlite))
(native-inputs
(list r-knitr))