guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/55: gnu: r-macrophage: Update to 1.18.0.


From: guix-commits
Subject: 36/55: gnu: r-macrophage: Update to 1.18.0.
Date: Mon, 22 Jan 2024 08:01:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 55b3f661310c888243cfb3ee8803b060f58fb67a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:54 2024 +0100

    gnu: r-macrophage: Update to 1.18.0.
    
    * gnu/packages/bioconductor.scm (r-macrophage): Update to 1.18.0.
    
    Change-Id: I51228161aac4cb10470aa2262fdc507a4cb903ec
---
 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 f0f8f8aa66..d7efa27761 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2072,14 +2072,14 @@ please use the package TFBSTools.")
 (define-public r-macrophage
   (package
     (name "r-macrophage")
-    (version "1.12.0")
+    (version "1.18.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "macrophage" version
                                      'experiment))
               (sha256
                (base32
-                "0ml8v92w021fmzsn4yl90ap3l4l3b9c1pk8pzsrm122p82wzlyms"))))
+                "10d69v34fhxfy4nhw8h50j4q5kblm032cmjnparxm5gm7ksiqwxy"))))
     (properties `((upstream-name . "macrophage")))
     (build-system r-build-system)
     (native-inputs (list r-knitr))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]