guix-commits
[Top][All Lists]
Advanced

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

09/67: gnu: r-xvector: Update to 0.14.1.


From: Ricardo Wurmus
Subject: 09/67: gnu: r-xvector: Update to 0.14.1.
Date: Thu, 6 Apr 2017 08:39:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit acbeb2d56be7557f014d4e756438c54acaa61a81
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Apr 6 12:27:53 2017 +0200

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



reply via email to

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