guix-commits
[Top][All Lists]
Advanced

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

95/323: gnu: r-annotationtools: Update to 1.64.0.


From: guix-commits
Subject: 95/323: gnu: r-annotationtools: Update to 1.64.0.
Date: Wed, 9 Dec 2020 06:46:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 577915421da9ef5adaa46a1289db63815602bb0b
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 f0832c0..7838a4a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4622,14 +4622,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]