mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocfilecache: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.16.0. [native-inputs]: Add r-testthat. Change-Id: I978abff6af97dca4909498555550979ef0871af4
This commit is contained in:
parent
9588f9e074
commit
98b7d485d0
1 changed files with 3 additions and 3 deletions
|
@ -20871,14 +20871,14 @@ Infinium HumanMethylation 450k assay.")
|
||||||
(define-public r-biocfilecache
|
(define-public r-biocfilecache
|
||||||
(package
|
(package
|
||||||
(name "r-biocfilecache")
|
(name "r-biocfilecache")
|
||||||
(version "2.14.0")
|
(version "2.16.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
|
||||||
"08j0589rwylirna6r4bwk5vb965fp4zpj0msk0mlhppngqzlc2kc"))))
|
"182liy633q2aln2578saxhr83f5c64v3140g89yzblbyh4hnvql4"))))
|
||||||
(properties `((upstream-name . "BiocFileCache")))
|
(properties `((upstream-name . "BiocFileCache")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Tests require internet access.
|
;; Tests require internet access.
|
||||||
|
@ -20892,7 +20892,7 @@ Infinium HumanMethylation 450k assay.")
|
||||||
r-httr
|
r-httr
|
||||||
r-rsqlite))
|
r-rsqlite))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr r-testthat))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue