guix-commits
[Top][All Lists]
Advanced

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

32/296: gnu: r-biobase: Update to 2.48.0.


From: guix-commits
Subject: 32/296: gnu: r-biobase: Update to 2.48.0.
Date: Fri, 12 Jun 2020 19:29:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7d91e3bed444a289b204009f2a32619c1683e703
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:09:21 2020 +0200

    gnu: r-biobase: Update to 2.48.0.
    
    * gnu/packages/bioinformatics.scm (r-biobase): Update to 2.48.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 964eb50..cc5ad96 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7899,13 +7899,13 @@ manipulating genomic intervals and variables defined 
along a genome.")
 (define-public r-biobase
   (package
     (name "r-biobase")
-    (version "2.46.0")
+    (version "2.48.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Biobase" version))
               (sha256
                (base32
-                "1gx41083dqlm59vwqdxvc4ny31x91j48mda9n3scg0f2zwasvqgl"))))
+                "13p3kgnxm7hbn8cy289kbhaiyfa6rxx7l1pbvajwqzbay3cxznqp"))))
     (properties
      `((upstream-name . "Biobase")))
     (build-system r-build-system)



reply via email to

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