guix-commits
[Top][All Lists]
Advanced

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

112/296: gnu: r-annotate: Update to 1.66.0.


From: guix-commits
Subject: 112/296: gnu: r-annotate: Update to 1.66.0.
Date: Fri, 12 Jun 2020 19:29:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c2f4ad96f509c0dbc230b0e12a17f905c0df1942
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:08:17 2020 +0200

    gnu: r-annotate: Update to 1.66.0.
    
    * gnu/packages/bioconductor.scm (r-annotate): 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 8342006..a1ebb92 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1349,14 +1349,14 @@ structure.")
 (define-public r-annotate
   (package
     (name "r-annotate")
-    (version "1.64.0")
+    (version "1.66.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annotate" version))
        (sha256
         (base32
-         "0rcmdy6hs6m4d6wxgi52c0bhdsbf2sm9f155qbcb05sn0nh8pxwy"))))
+         "1ivszqknryq6n5a85z8zj12fvgcs6zz3zlza8q08pl6cs4m5rm4w"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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