guix-commits
[Top][All Lists]
Advanced

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

27/103: gnu: r-biovizbase: Update to 1.28.2.


From: Ricardo Wurmus
Subject: 27/103: gnu: r-biovizbase: Update to 1.28.2.
Date: Wed, 5 Sep 2018 14:03:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 70daf9362b328079886ed7854e6afe4d96181323
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 14:30:16 2018 +0200

    gnu: r-biovizbase: Update to 1.28.2.
    
    * gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.28.2.
    [propagated-inputs]: Add r-rlang.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index eb7d2b8..f65dad5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10169,14 +10169,14 @@ the fact that each of these packages implements a 
select methods.")
 (define-public r-biovizbase
   (package
     (name "r-biovizbase")
-    (version "1.28.0")
+    (version "1.28.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "biovizBase" version))
        (sha256
         (base32
-         "0lkiqdr3ics6hgv47lwkykcy761823bbkhffbn4ykyfzyqwl4p67"))))
+         "0wc45j3hfn01i44bkkxjj3n8b8xzbkkcdv35mrkzb1f9yprkf8gq"))))
     (properties `((upstream-name . "biovizBase")))
     (build-system r-build-system)
     (propagated-inputs
@@ -10193,6 +10193,7 @@ the fact that each of these packages implements a 
select methods.")
        ("r-hmisc" ,r-hmisc)
        ("r-iranges" ,r-iranges)
        ("r-rcolorbrewer" ,r-rcolorbrewer)
+       ("r-rlang" ,r-rlang)
        ("r-rsamtools" ,r-rsamtools)
        ("r-s4vectors" ,r-s4vectors)
        ("r-scales" ,r-scales)



reply via email to

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