guix-commits
[Top][All Lists]
Advanced

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

190/215: gnu: r-annotationtools: Update to 1.58.0.


From: guix-commits
Subject: 190/215: gnu: r-annotationtools: Update to 1.58.0.
Date: Sun, 5 May 2019 18:16:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ee1a45d7191d4df80b8ad468743b2e260e9200dd
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:05:51 2019 +0200

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



reply via email to

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