mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-scuttle: Update to 1.0.3.
* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.0.3. [propagated-inputs]: Add r-genomicranges.
This commit is contained in:
parent
eed728951c
commit
3872153a2f
1 changed files with 3 additions and 2 deletions
|
@ -8827,14 +8827,14 @@ (define-public r-singlecellexperiment
|
||||||
(define-public r-scuttle
|
(define-public r-scuttle
|
||||||
(package
|
(package
|
||||||
(name "r-scuttle")
|
(name "r-scuttle")
|
||||||
(version "1.0.0")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scuttle" version))
|
(uri (bioconductor-uri "scuttle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k8q3wzq6f6j6wkjp9fy9j214rv98kyvcxnpavk6blqgaxjqwdr6"))))
|
"0l2r6fhyd33dllf2mc5a1pd5sawfvcin54pgh9l1nafqzg3sdv2m"))))
|
||||||
(properties `((upstream-name . "scuttle")))
|
(properties `((upstream-name . "scuttle")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -8843,6 +8843,7 @@ (define-public r-scuttle
|
||||||
("r-biocparallel" ,r-biocparallel)
|
("r-biocparallel" ,r-biocparallel)
|
||||||
("r-delayedarray" ,r-delayedarray)
|
("r-delayedarray" ,r-delayedarray)
|
||||||
("r-delayedmatrixstats" ,r-delayedmatrixstats)
|
("r-delayedmatrixstats" ,r-delayedmatrixstats)
|
||||||
|
("r-genomicranges" ,r-genomicranges)
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
|
|
Loading…
Reference in a new issue