guix-commits
[Top][All Lists]
Advanced

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

269/288: gnu: r-interactivedisplaybase: Update to 1.28.0.


From: guix-commits
Subject: 269/288: gnu: r-interactivedisplaybase: Update to 1.28.0.
Date: Thu, 19 Nov 2020 10:24:01 -0500 (EST)

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

commit 9190b82e2549ffbc4161bcbd37dfd6dc427049f3
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 16:00:49 2020 +0100

    gnu: r-interactivedisplaybase: Update to 1.28.0.
    
    * gnu/packages/bioinformatics.scm (r-interactivedisplaybase): Update to 
1.28.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c887a19..cd7e3ef 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9923,14 +9923,14 @@ global-scaling and full-quantile normalization.")
 (define-public r-interactivedisplaybase
   (package
     (name "r-interactivedisplaybase")
-    (version "1.26.3")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "interactiveDisplayBase" version))
        (sha256
         (base32
-         "1x5vipqa4pgwpd62c1c58shnlpv3zyzzpf4wdwr00q1swkdb7wv3"))))
+         "08id2hkx4ssxj34dildx00a4j3z0nv171b7b0wl6xjks7wk6lv01"))))
     (properties
      `((upstream-name . "interactiveDisplayBase")))
     (build-system r-build-system)



reply via email to

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