guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: r-annotate: Update to 1.60.1.


From: guix-commits
Subject: 01/06: gnu: r-annotate: Update to 1.60.1.
Date: Wed, 20 Mar 2019 17:50:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 877fd189c4722a8fb41e4530ccd719e3a49d2e63
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 20 22:31:59 2019 +0100

    gnu: r-annotate: Update to 1.60.1.
    
    * gnu/packages/bioconductor.scm (r-annotate): Update to 1.60.1.
---
 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 a1fc1ac..710b9fd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -770,14 +770,14 @@ packages.")
 (define-public r-annotate
   (package
     (name "r-annotate")
-    (version "1.60.0")
+    (version "1.60.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annotate" version))
        (sha256
         (base32
-         "0p6c96lay23a67dyirgnwzm2yw22m592z780vy6p4nqwla8ha18n"))))
+         "0pk6ayr3vyqxk850ljkbyil4i382ngfqcbxlv0qrp62yfqgzcjwp"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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