guix-commits
[Top][All Lists]
Advanced

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

94/288: gnu: r-annotationtools: Update to 1.64.0.


From: guix-commits
Subject: 94/288: gnu: r-annotationtools: Update to 1.64.0.
Date: Thu, 19 Nov 2020 10:23:01 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 60fde7a8f844b93a666fd4cb207c0dbf15235550
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:51:49 2020 +0100

    gnu: r-annotationtools: Update to 1.64.0.
    
    * gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.64.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 9d662ff..025eec0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4546,14 +4546,14 @@ different identifieres using the Biocore Data Team 
data-packages (e.g.
 (define-public r-annotationtools
   (package
     (name "r-annotationtools")
-    (version "1.62.0")
+    (version "1.64.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annotationTools" version))
        (sha256
         (base32
-         "1b1yfnknr9vbn4y2mxdfyx57i5jbabhp9pwx8axlg2a7lawkfmdk"))))
+         "1q3c30hqxjgar3gm8d7h4rw3m7cgc11cgv9q0fwv5abj075cj224"))))
     (properties
      `((upstream-name . "annotationTools")))
     (build-system r-build-system)



reply via email to

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