guix-commits
[Top][All Lists]
Advanced

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

140/324: gnu: r-ruvseq: Update to 1.26.0.


From: guix-commits
Subject: 140/324: gnu: r-ruvseq: Update to 1.26.0.
Date: Sat, 5 Jun 2021 03:15:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 618f98c022b6f464b4323cda3172341da3e64c70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:54 2021 +0200

    gnu: r-ruvseq: Update to 1.26.0.
    
    * gnu/packages/bioconductor.scm (r-ruvseq): Update to 1.26.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 1cbd9d1..416fd43 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5594,14 +5594,14 @@ demultiplexed, i.e. assigned to their original 
reference barcode.")
 (define-public r-ruvseq
   (package
     (name "r-ruvseq")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RUVSeq" version))
        (sha256
         (base32
-         "1anrybyrzpajr5434svyfbaypjai6x0ifsmqvjgimmxq3xqhv0jh"))))
+         "1fy0k1p0m209lzjpd5jhfnifa22lrn63qq3a3kn5g0xhbbmijzac"))))
     (properties `((upstream-name . "RUVSeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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