guix-commits
[Top][All Lists]
Advanced

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

31/112: gnu: r-s4vectors: Update to 0.18.2.


From: Ricardo Wurmus
Subject: 31/112: gnu: r-s4vectors: Update to 0.18.2.
Date: Sat, 2 Jun 2018 07:40:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 33cd15fa8424d2822dcf95ac306f7ca6f8f14188
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:48:29 2018 +0200

    gnu: r-s4vectors: Update to 0.18.2.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.18.2.
---
 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 b7e034e..41c7cda 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7106,13 +7106,13 @@ abnormal copy number.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.16.0")
+    (version "0.18.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "03s8vz33nl6mivjb7dbvj702dkypi340lji1sjban03fyyls0hw0"))))
+                "0qvj2j0zl4djjl7vrwc6xak6h8dxr53iwypfbcvfb3sh7jwhdiz5"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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