guix-commits
[Top][All Lists]
Advanced

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

80/96: gnu: r-enrichplot: Update to 1.18.4.


From: guix-commits
Subject: 80/96: gnu: r-enrichplot: Update to 1.18.4.
Date: Wed, 19 Apr 2023 21:41:16 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit d2485dde5b60a8ee13aa30dd464c36b8671526a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 18 15:27:17 2023 +0200

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



reply via email to

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