gnu: r-all: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-all): Update to 1.44.0. Change-Id: I9f2817b571d2c42d57927370b51319e52388a3b5master
parent
1d0674befe
commit
aef69bfc03
|
@ -2316,13 +2316,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.38.0")
|
(version "1.44.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 "0410045x327wmfkksshd8yishw4yxij08vn8p65cdj7hb3qy3p0z"))))
|
(base32 "1ny5xv338a91gc88a1y5rrd27iawrrlmxhkidvc7xdsbrwd4flkc"))))
|
||||||
(properties `((upstream-name . "ALL")))
|
(properties `((upstream-name . "ALL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue