guix-commits
[Top][All Lists]
Advanced

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

20/40: gnu: r-enrichplot: Update to 1.14.2.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-enrichplot: Update to 1.14.2.
    
    * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.14.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 58d46ede8d..da9a69a746 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7970,14 +7970,14 @@ data.")
 (define-public r-enrichplot
   (package
     (name "r-enrichplot")
-    (version "1.14.1")
+    (version "1.14.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "enrichplot" version))
        (sha256
         (base32
-         "0nsx96mkcg0hhg3x8jndzq3xvq9bq7m4yf1b3ry73b17ladx81ch"))))
+         "1rjiqmc32c9gxckgrgbypxpp0m8y0kahvhzvjzymda25xp8zqjs2"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-aplot



reply via email to

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