guix-commits
[Top][All Lists]
Advanced

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

195/324: gnu: r-annotationtools: Update to 1.66.0.


From: guix-commits
Subject: 195/324: gnu: r-annotationtools: Update to 1.66.0.
Date: Sat, 5 Jun 2021 03:15:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0cef014f7c30560d70f2b76511a7a4ae742017d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:00 2021 +0200

    gnu: r-annotationtools: Update to 1.66.0.
    
    * gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.66.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 76927a4..45b93ef 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7952,14 +7952,14 @@ different identifieres using the Biocore Data Team 
data-packages (e.g.
 (define-public r-annotationtools
   (package
     (name "r-annotationtools")
-    (version "1.64.0")
+    (version "1.66.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annotationTools" version))
        (sha256
         (base32
-         "1q3c30hqxjgar3gm8d7h4rw3m7cgc11cgv9q0fwv5abj075cj224"))))
+         "18dd8saqx17fplvv5sbfz4p9fy7ksy3n9348rd3qlczihcrh9i3w"))))
     (properties
      `((upstream-name . "annotationTools")))
     (build-system r-build-system)



reply via email to

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