guix-commits
[Top][All Lists]
Advanced

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

229/265: gnu: r-annotationtools: Update to 1.60.0.


From: guix-commits
Subject: 229/265: gnu: r-annotationtools: Update to 1.60.0.
Date: Sun, 15 Dec 2019 09:40:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit eda490855679c87480846c0d161cc474d15e4c83
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:32:24 2019 +0100

    gnu: r-annotationtools: Update to 1.60.0.
    
    * gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.60.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 a1c4379..9ed78a4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3994,14 +3994,14 @@ different identifieres using the Biocore Data Team 
data-packages (e.g.
 (define-public r-annotationtools
   (package
     (name "r-annotationtools")
-    (version "1.58.0")
+    (version "1.60.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annotationTools" version))
        (sha256
         (base32
-         "148fi8bv1m0y81psm0jv1nqvjhvr461drnl0krqd7skcf0mb0fc1"))))
+         "1cq7ayq2swp2ahlphz74nh5mb869rgyyr0kkqy1mxyilk8k2g44i"))))
     (properties
      `((upstream-name . "annotationTools")))
     (build-system r-build-system)



reply via email to

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