guix-commits
[Top][All Lists]
Advanced

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

78/151: gnu: r-xvector: Update to 0.22.0.


From: Ricardo Wurmus
Subject: 78/151: gnu: r-xvector: Update to 0.22.0.
Date: Wed, 7 Nov 2018 06:28:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fb10fb72ba83a16a907e8607f1c97d1ad5fa4011
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:03:06 2018 +0100

    gnu: r-xvector: Update to 0.22.0.
    
    * gnu/packages/bioinformatics.scm (r-xvector): Update to 0.22.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 621cdf0..a169183 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7476,13 +7476,13 @@ different technologies, including microarrays, RNA-seq, 
and quantitative PCR.")
 (define-public r-xvector
   (package
     (name "r-xvector")
-    (version "0.20.0")
+    (version "0.22.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "XVector" version))
               (sha256
                (base32
-                "1zjlhh9lsyhg0js1858csyw2389kbrzdqnqnha833wazkwxilp3f"))))
+                "01fph1ydd6g0rl5mcw54spx22glq2kqv7wyw8bqw0plmabzcwwdm"))))
     (properties
      `((upstream-name . "XVector")))
     (build-system r-build-system)



reply via email to

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