gnu: r-macrophage: Update to 1.24.0.

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

Change-Id: I9f7cd0b50543930a4c06f5f0d0067af1d6c82483
This commit is contained in:
Ricardo Wurmus 2025-04-30 10:48:21 +02:00
parent d6d559c4ab
commit 7b52d2c776
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2801,14 +2801,14 @@ Fastq files and are meant for use with the TP53Genome object in the
(define-public r-macrophage (define-public r-macrophage
(package (package
(name "r-macrophage") (name "r-macrophage")
(version "1.23.0") (version "1.24.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "macrophage" version (uri (bioconductor-uri "macrophage" version
'experiment)) 'experiment))
(sha256 (sha256
(base32 (base32
"041w6vdm38qy6c5z2qzakbm11l37rr1qfwml4f8h7mbgs43n9l5h")))) "1hx5hv7nry55cf5qffc61swbcia8dny6jppka1n9jj881pkvwz0q"))))
(properties `((upstream-name . "macrophage"))) (properties `((upstream-name . "macrophage")))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))