mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocfilecache: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.6.0.
This commit is contained in:
parent
628ce9bf48
commit
43b69b74d3
1 changed files with 2 additions and 2 deletions
|
@ -12148,14 +12148,14 @@ Infinium HumanMethylation 450k assay.")
|
||||||
(define-public r-biocfilecache
|
(define-public r-biocfilecache
|
||||||
(package
|
(package
|
||||||
(name "r-biocfilecache")
|
(name "r-biocfilecache")
|
||||||
(version "2.4.0")
|
(version "2.6.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
|
||||||
"1bdbmlixrd8wvs25nmzdksq5hwnsxf8b6ds9qwx01h284vky5vsw"))))
|
"0skrvmkm6ch8gbpdi4wr59zk5vxzxs7cyqvz3jhki9d8w492wylg"))))
|
||||||
(properties `((upstream-name . "BiocFileCache")))
|
(properties `((upstream-name . "BiocFileCache")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue