gnu: r-all: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-all): Update to 1.46.0. Change-Id: I20d1f918a24e47cee853668b736639369c1e904e
This commit is contained in:
parent
f27c6caa8c
commit
aa538cc886
1 changed files with 2 additions and 2 deletions
|
@ -2375,13 +2375,13 @@ resulting in a complete gene expression profile for each cell.")
|
||||||
(define-public r-all
|
(define-public r-all
|
||||||
(package
|
(package
|
||||||
(name "r-all")
|
(name "r-all")
|
||||||
(version "1.44.0")
|
(version "1.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ALL" version 'experiment))
|
(uri (bioconductor-uri "ALL" version 'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ny5xv338a91gc88a1y5rrd27iawrrlmxhkidvc7xdsbrwd4flkc"))))
|
(base32 "1yl8b8q8i19kx4viwinhyq9xn9d4axlfgjvm7cpf7pys4krhnrha"))))
|
||||||
(properties `((upstream-name . "ALL")))
|
(properties `((upstream-name . "ALL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue