guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: r-clusterprofiler: Update to 4.2.1.


From: guix-commits
Subject: 10/17: gnu: r-clusterprofiler: Update to 4.2.1.
Date: Thu, 6 Jan 2022 01:52:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 489edb479de09f4d15ee256101c764ecd5c1d631
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 23:20:58 2022 +0100

    gnu: r-clusterprofiler: Update to 4.2.1.
    
    * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.2.1.
---
 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 45855fda48..a9a1443691 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7776,14 +7776,14 @@ All the visualization methods are developed based on 
ggplot2 graphics.")
 (define-public r-clusterprofiler
   (package
     (name "r-clusterprofiler")
-    (version "4.2.0")
+    (version "4.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "clusterProfiler" version))
        (sha256
         (base32
-         "18y7482sw0awlhazikq13r2r0zid9ksk942rma87m448y1cq2fi5"))))
+         "08jhcbanz24x7zdkxznxz787g0nk3jfzd7zsap13sra7qnwaswq4"))))
     (properties
      `((upstream-name . "clusterProfiler")))
     (build-system r-build-system)



reply via email to

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