guix-commits
[Top][All Lists]
Advanced

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

104/324: gnu: r-systempiper: Update to 1.26.2.


From: guix-commits
Subject: 104/324: gnu: r-systempiper: Update to 1.26.2.
Date: Sat, 5 Jun 2021 03:14:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-systempiper: Update to 1.26.2.
    
    * gnu/packages/bioconductor.scm (r-systempiper): Update to 1.26.2.
    [propagated-inputs]: Add r-testthat.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 50e7504..853d01c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4318,14 +4318,14 @@ unmodeled, or latent sources of noise.")
 (define-public r-systempiper
   (package
     (name "r-systempiper")
-    (version "1.24.6")
+    (version "1.26.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "systemPipeR" version))
        (sha256
         (base32
-         "05qnn105gm423fka4kb84vpgzjmz1py6mxpfa2agwwmc5v012qbp"))))
+         "1apqi5ih06s37v7wpp13ybksiinrwj0ii6mx6vvvfkb6ix0wljws"))))
     (properties `((upstream-name . "systemPipeR")))
     (build-system r-build-system)
     (propagated-inputs
@@ -4351,6 +4351,7 @@ unmodeled, or latent sources of noise.")
        ("r-shortread" ,r-shortread)
        ("r-stringr" ,r-stringr)
        ("r-summarizedexperiment" ,r-summarizedexperiment)
+       ("r-testthat" ,r-testthat)
        ("r-yaml" ,r-yaml)
        ("r-variantannotation" ,r-variantannotation)))
     (native-inputs



reply via email to

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