guix-commits
[Top][All Lists]
Advanced

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

16/49: gnu: r-biocgenerics: Update to 0.20.0.


From: Ricardo Wurmus
Subject: 16/49: gnu: r-biocgenerics: Update to 0.20.0.
Date: Wed, 26 Oct 2016 07:29:04 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit f0b297e17b48afa333fda717111126bef8da73ca
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:50:48 2016 +0200

    gnu: r-biocgenerics: Update to 0.20.0.
    
    * gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.20.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 0e7cbb3..48952a8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5853,13 +5853,13 @@ barplots or heatmaps.")
 (define-public r-biocgenerics
   (package
     (name "r-biocgenerics")
-    (version "0.18.0")
+    (version "0.20.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocGenerics" version))
               (sha256
                (base32
-                "1jjp48vbph09w5bmc7368gjjywsa1lmzfybpiwlypr60b51vlkp6"))))
+                "06szdz7dfs1iyv5zdl4fjzad18nnf1zf3wvglc6c6yd9mrqlf7vk"))))
     (properties
      `((upstream-name . "BiocGenerics")))
     (build-system r-build-system)



reply via email to

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