guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: r-xvector: Update to 0.12.0.


From: Ricardo Wurmus
Subject: 06/11: gnu: r-xvector: Update to 0.12.0.
Date: Mon, 16 May 2016 18:56:48 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit e782ca3e97f020d504371b790739ddabd4a3443e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 10 11:49:19 2016 +0200

    gnu: r-xvector: Update to 0.12.0.
    
    * gnu/packages/bioinformatics.scm (r-xvector): Update to 0.12.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 e402bb4..5564e9c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4174,13 +4174,13 @@ coding changes and predict coding outcomes.")
 (define-public r-xvector
   (package
     (name "r-xvector")
-    (version "0.10.0")
+    (version "0.12.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "XVector" version))
               (sha256
                (base32
-                "0havwyr6xqk7w0rmbwfj9jq1djz7wzdz7w39adhklwzwz9l4ih3a"))))
+                "0c9cqjcxxks3an4wiq167h2grxlfyazajn7bmxhbk42zifp8vmqp"))))
     (properties
      `((upstream-name . "XVector")))
     (build-system r-build-system)



reply via email to

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