mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-spatialexperiment: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-spatialexperiment): Update to 1.18.1. Change-Id: Ieca3d4685fd7ff56e027793813cd3fe4e034c91b
This commit is contained in:
parent
cc0c561b40
commit
857e115455
1 changed files with 2 additions and 2 deletions
|
@ -25950,13 +25950,13 @@ data in the column sparse format.")
|
||||||
(define-public r-spatialexperiment
|
(define-public r-spatialexperiment
|
||||||
(package
|
(package
|
||||||
(name "r-spatialexperiment")
|
(name "r-spatialexperiment")
|
||||||
(version "1.18.0")
|
(version "1.18.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SpatialExperiment" version))
|
(uri (bioconductor-uri "SpatialExperiment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m8wk3mz2sfk1lh255m1w5kqwcjplbhyqf2jvjcqy7lp29lp36hm"))))
|
"0rwdnl46x350s5l0qpv7kfbdbc45yggrwi62dw8s046kbghc9bnz"))))
|
||||||
(properties `((upstream-name . "SpatialExperiment")))
|
(properties `((upstream-name . "SpatialExperiment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue