gnu: r-scuttle: Update to 1.6.2.
* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.6.2.master
parent
816a1ba4dc
commit
a8fbcbdb7a
|
@ -14152,14 +14152,14 @@ cell types to infer the cell of origin of each single cell independently.")
|
||||||
(define-public r-scuttle
|
(define-public r-scuttle
|
||||||
(package
|
(package
|
||||||
(name "r-scuttle")
|
(name "r-scuttle")
|
||||||
(version "1.4.0")
|
(version "1.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scuttle" version))
|
(uri (bioconductor-uri "scuttle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dbdb6yc6wk01dljy1vy6f0lf44crc5rxxnc4bhjk8i4iljz8467"))))
|
"0nnmq3wf436xaw4arc4y3ldvn6ilsg52xzbccmid0icb8z3y2kzn"))))
|
||||||
(properties `((upstream-name . "scuttle")))
|
(properties `((upstream-name . "scuttle")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue