guix-commits
[Top][All Lists]
Advanced

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

25/49: gnu: r-xvector: Update to 0.14.0.


From: Ricardo Wurmus
Subject: 25/49: gnu: r-xvector: Update to 0.14.0.
Date: Wed, 26 Oct 2016 07:29:05 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 1d048589caf9f7d1bc76f6961efb7f3b192ec166
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:55:55 2016 +0200

    gnu: r-xvector: Update to 0.14.0.
    
    * gnu/packages/bioinformatics.scm (r-xvector): Update to 0.14.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 c8314f3..0762e43 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6245,13 +6245,13 @@ different technologies, including microarrays, RNA-seq, 
and quantitative PCR.")
 (define-public r-xvector
   (package
     (name "r-xvector")
-    (version "0.12.1")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "XVector" version))
               (sha256
                (base32
-                "1kydy9f5y0ihn2mbkamr1kh0g1d3g1k9d7s4i09qgw9ysr6j414v"))))
+                "09lbqxpqr80g0kw77mpz0p1a8cq706j33kz8194wp71il67cdzi7"))))
     (properties
      `((upstream-name . "XVector")))
     (build-system r-build-system)



reply via email to

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