mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-scuttle: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.8.1.
This commit is contained in:
parent
a2ad5b53bf
commit
f43a41d196
1 changed files with 2 additions and 2 deletions
|
@ -16182,14 +16182,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.8.0")
|
(version "1.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scuttle" version))
|
(uri (bioconductor-uri "scuttle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z9pigcqfqyp5n6n9gbmw3ix4f1v0ayxi4xmxj7c4d0vdm5c8c2s"))))
|
"10wk46zgi57m9q9ab6wlmljcss3fph2r9yp1bp01s9yv7sd749b2"))))
|
||||||
(properties `((upstream-name . "scuttle")))
|
(properties `((upstream-name . "scuttle")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue