mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-biocfilecache: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.12.0. Change-Id: I43c6a01c27f5da53c1f92a4bb60e82021b503f24
This commit is contained in:
parent
56a0297e64
commit
4130ff3f13
1 changed files with 2 additions and 2 deletions
|
@ -17999,14 +17999,14 @@ (define-public r-arrmnormalization
|
|||
(define-public r-biocfilecache
|
||||
(package
|
||||
(name "r-biocfilecache")
|
||||
(version "2.10.2")
|
||||
(version "2.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocFileCache" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00gnnc4yypvjnvh1xq4bzqi34j9i9ld1rnjnb2gsxbhaq5nzq31z"))))
|
||||
"0jv6hni5x91ssvz4ilhi3y6lylrw4w3xfk8ljmq6gjvyl886sw9f"))))
|
||||
(properties `((upstream-name . "BiocFileCache")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue