guix-commits
[Top][All Lists]
Advanced

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

21/40: gnu: r-clusterprofiler: Update to 4.2.2.


From: guix-commits
Subject: 21/40: gnu: r-clusterprofiler: Update to 4.2.2.
Date: Thu, 14 Apr 2022 05:38:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e129f579f514531238d1601435bbd24a82c4ae3e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 14 10:59:01 2022 +0200

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



reply via email to

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