guix-commits
[Top][All Lists]
Advanced

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

08/55: gnu: r-s4vectors: Update to 0.10.3.


From: Ricardo Wurmus
Subject: 08/55: gnu: r-s4vectors: Update to 0.10.3.
Date: Mon, 12 Sep 2016 15:45:00 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 2b1cc79d989d99f68a70eaf60ebcb0b8bd30532f
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 12 15:11:50 2016 +0200

    gnu: r-s4vectors: Update to 0.10.3.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.10.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 60be692..85ac8b0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5272,13 +5272,13 @@ abnormal copy number.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.10.2")
+    (version "0.10.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "0cvq9yb97cka7lg5nimvzxbz8b2hxkscmjdqb5z23w5c7hrbjffp"))))
+                "09lrvy3d5q58hsgw9as4hyyx07k1vyy2zjn3xsvhyfd97yk6w6lv"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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