guix-commits
[Top][All Lists]
Advanced

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

06/17: gnu: r-systempiper: Update to 2.0.5.


From: guix-commits
Subject: 06/17: gnu: r-systempiper: Update to 2.0.5.
Date: Thu, 6 Jan 2022 01:52:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b8dddafa7cd1431c8c51b96215d412531c51e933
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 23:20:57 2022 +0100

    gnu: r-systempiper: Update to 2.0.5.
    
    * gnu/packages/bioconductor.scm (r-systempiper): Update to 2.0.5.
---
 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 fec5c9cd56..07b1cc2df2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4669,14 +4669,14 @@ unmodeled, or latent sources of noise.")
 (define-public r-systempiper
   (package
     (name "r-systempiper")
-    (version "2.0.1")
+    (version "2.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "systemPipeR" version))
        (sha256
         (base32
-         "1r0qc1pyff9nvjix21xjd6fmka06ywr4ipr8szm52hq41hwaiqgq"))))
+         "1j91pyfjsqngxxlxjqc477pznlfax4vayrks2q12rxw76ija80hf"))))
     (properties `((upstream-name . "systemPipeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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