me
/
guix
Archived
1
0
Fork 0

gnu: r-singlecellexperiment: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-singlecellexperiment): Update to 1.24.0.

Change-Id: I22ffd8659aab63f3abd3ace3e874c8f83df2eeff
master
Ricardo Wurmus 2023-11-03 17:19:07 +01:00
parent f936bf66fc
commit 1e98a630ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20907,14 +20907,14 @@ sequence (@code{DNAse-seq}) experiments.")
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"1v2px6gvr0wzj2cyml57hxj5ghynlvizkchbywd3kx05j1h2mckd"))))
"0q44n97mly1ldh52r0sb1jwhz8bn4n7sfw99qs5h4s44w9s0fry4"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)