rekado pushed a commit to branch r-team
in repository guix.

commit 1487b00d13207569dcf8394982fb0ed9c427ca4e
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Wed Apr 30 10:48:21 2025 +0200

    gnu: r-macrophage: Update to 1.24.0.
    
    * gnu/packages/bioconductor.scm (r-macrophage): Update to 1.24.0.
    
    Change-Id: I9f7cd0b50543930a4c06f5f0d0067af1d6c82483
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index de047d98a6..e938b57e39 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -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))

Reply via email to