~ruther/guix-local

7b52d2c776aeb8a9f470d63eea15246cfe7689fb — Ricardo Wurmus a year ago d6d559c
gnu: r-macrophage: Update to 1.24.0.

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

Change-Id: I9f7cd0b50543930a4c06f5f0d0067af1d6c82483
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +2 -2
@@ 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))