guix-commits
[Top][All Lists]
Advanced

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

170/215: gnu: r-enrichplot: Update to 1.4.0.


From: guix-commits
Subject: 170/215: gnu: r-enrichplot: Update to 1.4.0.
Date: Sun, 5 May 2019 18:16:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 77d28d665c6351100f4f69e681b9cc8b3f512575
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:02:55 2019 +0200

    gnu: r-enrichplot: Update to 1.4.0.
    
    * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.4.0.
---
 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 a04ea3c..0073c03 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2918,14 +2918,14 @@ data.")
 (define-public r-enrichplot
   (package
     (name "r-enrichplot")
-    (version "1.2.0")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "enrichplot" version))
        (sha256
         (base32
-         "0cxqfpy6py4k3z3lnlkiwx89r4ymfpdc4hm25dfpazqgjflz5is7"))))
+         "1i9psakvvdc6jn7k7zwpbdhwvf9r8s7649w05mwh1hy978x4rh6h"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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