guix-commits
[Top][All Lists]
Advanced

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

14/18: gnu: r-enrichplot: Update to 1.6.1.


From: guix-commits
Subject: 14/18: gnu: r-enrichplot: Update to 1.6.1.
Date: Fri, 27 Dec 2019 15:30:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7621bf2d19e8bcada3e8630cfd420f56c1823064
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 27 20:32:24 2019 +0100

    gnu: r-enrichplot: Update to 1.6.1.
    
    * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.6.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 5624206..eed40f6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3423,14 +3423,14 @@ data.")
 (define-public r-enrichplot
   (package
     (name "r-enrichplot")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "enrichplot" version))
        (sha256
         (base32
-         "1jblx00b869xhx1c4n9m2g1hqr00rm9ywr1hrlx42bdd8k5ax1xh"))))
+         "0707f5ll58psh7pr001cmmk5di7dprnbry1cy2mw20vn8p24nf3x"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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