gnu: r-scuttle: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.12.0.

Change-Id: Ia827e7c0cc34e84a82d844909f186eb8acecb604
This commit is contained in:
Ricardo Wurmus 2023-11-03 17:19:07 +01:00
parent 71c77b8a95
commit 9cd2ed0580
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20967,14 +20967,14 @@ cell types to infer the cell of origin of each single cell independently.")
(define-public r-scuttle
(package
(name "r-scuttle")
(version "1.10.2")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scuttle" version))
(sha256
(base32
"0225fk3ca540b9z3dd5q2zngxsa524nq7zrv1z5qnmr2knc0yxfb"))))
"090arfacfs09x7g60qxz4bj2gqb97y3kmhafywkgnrj7pz1z0qzq"))))
(properties `((upstream-name . "scuttle")))
(build-system r-build-system)
(propagated-inputs