mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-singler: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-singler): Update to 1.10.0.
This commit is contained in:
parent
decd8480f6
commit
816a1ba4dc
1 changed files with 2 additions and 2 deletions
|
@ -14120,13 +14120,13 @@ (define-public r-singlecellexperiment
|
|||
(define-public r-singler
|
||||
(package
|
||||
(name "r-singler")
|
||||
(version "1.8.1")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SingleR" version))
|
||||
(sha256
|
||||
(base32 "0j0h6ipm65wv38qx40z16h01mfirpshfn4lhlwlg2nri4vmihlpi"))))
|
||||
(base32 "0qbyc6ygw2xv3li9187i3axsw6ihwpa7pkvxvy9cagv7xck45c5y"))))
|
||||
(properties `((upstream-name . "SingleR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue