guix-commits
[Top][All Lists]
Advanced

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

24/25: gnu: r-s4vectors: Update to 0.18.3.


From: Ricardo Wurmus
Subject: 24/25: gnu: r-s4vectors: Update to 0.18.3.
Date: Wed, 13 Jun 2018 09:14:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5b2a339e19cdce511953d13b758e6ab1210f3ba5
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jun 13 15:03:20 2018 +0200

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



reply via email to

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