guix-commits
[Top][All Lists]
Advanced

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

48/324: gnu: r-biobase: Update to 2.52.0.


From: guix-commits
Subject: 48/324: gnu: r-biobase: Update to 2.52.0.
Date: Sat, 5 Jun 2021 03:14:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8be5d4f6fc33c27820fff251df9f8a064224df0c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:41 2021 +0200

    gnu: r-biobase: Update to 2.52.0.
    
    * gnu/packages/bioconductor.scm (r-biobase): Update to 2.52.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 d2d6117..89a6930 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2132,13 +2132,13 @@ paired-end data.")
 (define-public r-biobase
   (package
     (name "r-biobase")
-    (version "2.50.0")
+    (version "2.52.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Biobase" version))
               (sha256
                (base32
-                "11kgc4flywlm3i18603558l8ksv91c24vkc5fnnbcd375i2dhhd4"))))
+                "1sg8w8860zhlz9s1pf75xa8asd2hyqsj13fh5xc37hf5yqdfkavr"))))
     (properties
      `((upstream-name . "Biobase")))
     (build-system r-build-system)



reply via email to

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