guix-commits
[Top][All Lists]
Advanced

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

24/38: gnu: r-enrichplot: Update to 1.18.3.


From: guix-commits
Subject: 24/38: gnu: r-enrichplot: Update to 1.18.3.
Date: Tue, 20 Dec 2022 04:58:22 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 91fb3e8d3bac65203d34909d32373944d6cf8a23
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 23:00:01 2022 +0100

    gnu: r-enrichplot: Update to 1.18.3.
    
    * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.18.3.
---
 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 ac9d49db73..b1c5b7db3c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11141,14 +11141,14 @@ data.")
 (define-public r-enrichplot
   (package
     (name "r-enrichplot")
-    (version "1.18.1")
+    (version "1.18.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "enrichplot" version))
        (sha256
         (base32
-         "1x84wlkqisq1x2zniy4mp02zlsp4v85kxbflalmq0pixlkagq0vr"))))
+         "0nzcr23m58z3h0n0frxf26z14j7ilcl4fjy7rqm7f2i1wyld70zl"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-aplot



reply via email to

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