guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: r-s4vectors: Update to 0.10.0.


From: Ricardo Wurmus
Subject: 02/11: gnu: r-s4vectors: Update to 0.10.0.
Date: Mon, 16 May 2016 18:56:47 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 3654a61146ce2e2fbf46a1d96015d904437eb963
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 10 11:46:15 2016 +0200

    gnu: r-s4vectors: Update to 0.10.0.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.10.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 5ab3106..795051f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4060,13 +4060,13 @@ abnormal copy number.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.8.11")
+    (version "0.10.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "12iibcs63m9iy7f45wgjcqsna2dnqwckphk682389grshz0g4x66"))))
+                "1mi6lf6pnb9l657igy0vj4yz03yawbr2jhk22l757fzbjc7n9q3b"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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