guix-commits
[Top][All Lists]
Advanced

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

148/265: gnu: r-xvector: Update to 0.26.0.


From: guix-commits
Subject: 148/265: gnu: r-xvector: Update to 0.26.0.
Date: Sun, 15 Dec 2019 09:40:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit da6edb199def379b1ae40bc426646be67a025d5d
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:14:03 2019 +0100

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



reply via email to

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