guix-commits
[Top][All Lists]
Advanced

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

04/49: gnu: r-annotate: Update to 1.52.0.


From: Ricardo Wurmus
Subject: 04/49: gnu: r-annotate: Update to 1.52.0.
Date: Wed, 26 Oct 2016 07:29:03 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 9beba74f660303ea780bd5f245ee0d4baf46524a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:43:40 2016 +0200

    gnu: r-annotate: Update to 1.52.0.
    
    * gnu/packages/bioinformatics.scm (r-annotate): Update to 1.52.0.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d0b8056..3926d37 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5190,14 +5190,14 @@ data types as well.")
 (define-public r-annotate
   (package
     (name "r-annotate")
-    (version "1.50.0")
+    (version "1.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annotate" version))
        (sha256
         (base32
-         "00wnhbjp5i6a5vyvlq4f5hs8qngjxz7fm869kla1spmd0dp2ynsy"))))
+         "1fd2csq7dcs2gwndgwdx2nwkymz8gsmlnqqzv3p0vjjsvvq5n2a8"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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