guix-commits
[Top][All Lists]
Advanced

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

27/265: gnu: r-annotate: Update to 1.64.0.


From: guix-commits
Subject: 27/265: gnu: r-annotate: Update to 1.64.0.
Date: Sun, 15 Dec 2019 09:39:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7a111924ee027266a448fae68e56bf2da6e5b525
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:30:49 2019 +0100

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



reply via email to

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