1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: r-singlecellexperiment: Update to 1.30.1.

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

Change-Id: I0238fc7c9e7b798821e29570cf9d78261f2306f4
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:32 +02:00
parent d55ee8edd0
commit cc0c561b40
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25663,14 +25663,14 @@ sequence (@code{DNAse-seq}) experiments.")
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
(version "1.30.0")
(version "1.30.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
"0dx6zp4vg7h2b3a9m6h568prg78dbr13fv7qgp422vcl7zgh7na9"))))
"0wfkyknyp4m0v49nn43l9invrr9ciwn6gz5vlh3gbkxha7d0643k"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)