guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: r-s4vectors: Update to 0.10.2.


From: Ben Woodcroft
Subject: 01/01: gnu: r-s4vectors: Update to 0.10.2.
Date: Thu, 28 Jul 2016 10:14:21 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit f2e791750be25b95540807c2e01c07625b65666c
Author: Ben Woodcroft <address@hidden>
Date:   Thu Jul 28 20:13:42 2016 +1000

    gnu: r-s4vectors: Update to 0.10.2.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.10.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 6f6ff88..26e0f94 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4514,13 +4514,13 @@ abnormal copy number.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.10.0")
+    (version "0.10.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "1mi6lf6pnb9l657igy0vj4yz03yawbr2jhk22l757fzbjc7n9q3b"))))
+                "0cvq9yb97cka7lg5nimvzxbz8b2hxkscmjdqb5z23w5c7hrbjffp"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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