guix-commits
[Top][All Lists]
Advanced

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

34/215: gnu: r-xvector: Update to 0.24.0.


From: guix-commits
Subject: 34/215: gnu: r-xvector: Update to 0.24.0.
Date: Sun, 5 May 2019 18:15:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bc0e5bc12e1ba003e8054da4c4b9251a24310bfe
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:31:39 2019 +0200

    gnu: r-xvector: Update to 0.24.0.
    
    * gnu/packages/bioinformatics.scm (r-xvector): Update to 0.24.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 d6158cf..03ac69e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7535,13 +7535,13 @@ different technologies, including microarrays, RNA-seq, 
and quantitative PCR.")
 (define-public r-xvector
   (package
     (name "r-xvector")
-    (version "0.22.0")
+    (version "0.24.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "XVector" version))
               (sha256
                (base32
-                "01fph1ydd6g0rl5mcw54spx22glq2kqv7wyw8bqw0plmabzcwwdm"))))
+                "12y09pwy86h1za6cmaxs960r7fs0vjzhl0li8jn59vqq9liza1ap"))))
     (properties
      `((upstream-name . "XVector")))
     (build-system r-build-system)



reply via email to

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