gnu: r-biocfilecache: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.2.0.master
parent
2a9f215cd1
commit
f592a0a4ee
|
@ -9089,14 +9089,14 @@ Infinium HumanMethylation 450k assay.")
|
||||||
(define-public r-biocfilecache
|
(define-public r-biocfilecache
|
||||||
(package
|
(package
|
||||||
(name "r-biocfilecache")
|
(name "r-biocfilecache")
|
||||||
(version "2.0.0")
|
(version "2.2.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
|
||||||
"0ymg4hmabk233qgassld62achjylm12rnidxbakfkx4dvvlbhxxv"))))
|
"11qayqmgv274hc4h1v222sma07wkxjm8002fl6w3yvi225zq1qc1"))))
|
||||||
(properties `((upstream-name . "BiocFileCache")))
|
(properties `((upstream-name . "BiocFileCache")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue