guix-commits
[Top][All Lists]
Advanced

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

132/135: gnu: r-enrichplot: Update to 1.12.3.


From: guix-commits
Subject: 132/135: gnu: r-enrichplot: Update to 1.12.3.
Date: Wed, 3 Nov 2021 18:00:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a6f270b7afe707d2525d1b4790acc3921bc71f72
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 3 11:37:22 2021 +0000

    gnu: r-enrichplot: Update to 1.12.3.
    
    * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.12.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 5bbb351..8bf840d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7464,14 +7464,14 @@ data.")
 (define-public r-enrichplot
   (package
     (name "r-enrichplot")
-    (version "1.12.2")
+    (version "1.12.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "enrichplot" version))
        (sha256
         (base32
-         "194sfmcnjfi3fvvfpljg1f80f44vvvxiij336b8z1dgzki6bqa3r"))))
+         "0a4v7ymy9jn66iw093jngzszkvr2mfzzlxp0h6nnvlbnbvqqzgm3"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cowplot" ,r-cowplot)



reply via email to

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