guix-commits
[Top][All Lists]
Advanced

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

136/215: gnu: r-ruvseq: Update to 1.18.0.


From: guix-commits
Subject: 136/215: gnu: r-ruvseq: Update to 1.18.0.
Date: Sun, 5 May 2019 18:15:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d8771f5fd6e3f3034df34bb45024aafdf6811968
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:57:11 2019 +0200

    gnu: r-ruvseq: Update to 1.18.0.
    
    * gnu/packages/bioconductor.scm (r-ruvseq): Update to 1.18.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f852039..b9d9050 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1690,14 +1690,14 @@ demultiplexed, i.e. assigned to their original 
reference barcode.")
 (define-public r-ruvseq
   (package
     (name "r-ruvseq")
-    (version "1.16.1")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RUVSeq" version))
        (sha256
         (base32
-         "0qk7q3ab7k133divfkp54zsmvsmb9p8r09pkh2caswrzrn8achzv"))))
+         "0ln4qc9d5r15zlhazx6annx97c0wrx3jqpcvk7yj1jnwh349lw33"))))
     (properties `((upstream-name . "RUVSeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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