guix-commits
[Top][All Lists]
Advanced

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

17/39: gnu: r-enrichplot: Update to 1.16.2.


From: guix-commits
Subject: 17/39: gnu: r-enrichplot: Update to 1.16.2.
Date: Mon, 3 Oct 2022 13:08:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 83f0c1a39d60048e00691205ad42b4a0ab5efc70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:55 2022 +0200

    gnu: r-enrichplot: Update to 1.16.2.
    
    * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.16.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 f606439884..61aa7eac49 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9385,14 +9385,14 @@ data.")
 (define-public r-enrichplot
   (package
     (name "r-enrichplot")
-    (version "1.16.1")
+    (version "1.16.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "enrichplot" version))
        (sha256
         (base32
-         "17ln1wbkq8sp7jw0dpkccj5qcsl382sgd7zic04dk99z9ag3mh02"))))
+         "0qh7bci3rn6y2fl45izrdb62jcm6j0zxxg4pyp4mvvgjvka5lnss"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-aplot



reply via email to

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