guix-commits
[Top][All Lists]
Advanced

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

32/356: gnu: r-biobase: Update to 2.54.0.


From: guix-commits
Subject: 32/356: gnu: r-biobase: Update to 2.54.0.
Date: Sun, 7 Nov 2021 18:10:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 918c08e20de5fec849377cec52d79407c36f6aa0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:00 2021 +0000

    gnu: r-biobase: Update to 2.54.0.
    
    * gnu/packages/bioconductor.scm (r-biobase): Update to 2.54.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 0ffd2ef..99f57ef 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2212,13 +2212,13 @@ paired-end data.")
 (define-public r-biobase
   (package
     (name "r-biobase")
-    (version "2.52.0")
+    (version "2.54.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Biobase" version))
               (sha256
                (base32
-                "1sg8w8860zhlz9s1pf75xa8asd2hyqsj13fh5xc37hf5yqdfkavr"))))
+                "0kar2kgaayp5l7xv9zcxj61l01m8jlwnppql6qf01wsz36dacgww"))))
     (properties
      `((upstream-name . "Biobase")))
     (build-system r-build-system)



reply via email to

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