guix-commits
[Top][All Lists]
Advanced

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

72/151: gnu: r-s4vectors: Update to 0.20.0.


From: Ricardo Wurmus
Subject: 72/151: gnu: r-s4vectors: Update to 0.20.0.
Date: Wed, 7 Nov 2018 06:28:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a037453554b05e799f6dbf08ec10ee84c8c20894
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:01:52 2018 +0100

    gnu: r-s4vectors: Update to 0.20.0.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.20.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 1a49f95..df07843 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7259,13 +7259,13 @@ abnormal copy number.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.18.3")
+    (version "0.20.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "02bps2rpjqx2npwxq3x62ncwi9ggr165cwi56h6hld28bw2gddy8"))))
+                "0qgiykjhnsvvpcp3zwmrnpx3bv3msvj0szchyvb1yb0fxw716xc5"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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