mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-biocfilecache: Update to 2.10.2.
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.10.2. Change-Id: I23fdcff4ba85610aeee21504ff9313c6163d46bd
This commit is contained in:
parent
0f92aad040
commit
cce0c8ae3e
1 changed files with 2 additions and 2 deletions
|
@ -17582,14 +17582,14 @@ (define-public r-arrmnormalization
|
|||
(define-public r-biocfilecache
|
||||
(package
|
||||
(name "r-biocfilecache")
|
||||
(version "2.10.1")
|
||||
(version "2.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocFileCache" version))
|
||||
(sha256
|
||||
(base32
|
||||
"044kh1rfgb608y2v4wzbzddirhw5crj3k6i28wr78qgnzqc89mdm"))))
|
||||
"00gnnc4yypvjnvh1xq4bzqi34j9i9ld1rnjnb2gsxbhaq5nzq31z"))))
|
||||
(properties `((upstream-name . "BiocFileCache")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue