mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d6d559c4ab
commit
7b52d2c776
1 changed files with 2 additions and 2 deletions
|
@ -2801,14 +2801,14 @@ Fastq files and are meant for use with the TP53Genome object in the
|
|||
(define-public r-macrophage
|
||||
(package
|
||||
(name "r-macrophage")
|
||||
(version "1.23.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "macrophage" version
|
||||
'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"041w6vdm38qy6c5z2qzakbm11l37rr1qfwml4f8h7mbgs43n9l5h"))))
|
||||
"1hx5hv7nry55cf5qffc61swbcia8dny6jppka1n9jj881pkvwz0q"))))
|
||||
(properties `((upstream-name . "macrophage")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue