guix-commits
[Top][All Lists]
Advanced

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

25/112: gnu: r-biocgenerics: Update to 0.26.0.


From: Ricardo Wurmus
Subject: 25/112: gnu: r-biocgenerics: Update to 0.26.0.
Date: Sat, 2 Jun 2018 07:40:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e5907a44e1fbb208f7250cae636d35e2dcf5c8c9
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:47:15 2018 +0200

    gnu: r-biocgenerics: Update to 0.26.0.
    
    * gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.26.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 8f5a837..28863c1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6878,13 +6878,13 @@ barplots or heatmaps.")
 (define-public r-biocgenerics
   (package
     (name "r-biocgenerics")
-    (version "0.24.0")
+    (version "0.26.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocGenerics" version))
               (sha256
                (base32
-                "03wxvhxyrhipbgcg83lqlfn7p9gbzzrnl48y0dq7303xgp232zai"))))
+                "19qxhy2cd3pykkhzbb5q3crgaxf65cpzf2mkfsz16gqhi8flj72p"))))
     (properties
      `((upstream-name . "BiocGenerics")))
     (build-system r-build-system)



reply via email to

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