guix-commits
[Top][All Lists]
Advanced

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

159/265: gnu: r-systempiper: Update to 1.20.0.


From: guix-commits
Subject: 159/265: gnu: r-systempiper: Update to 1.20.0.
Date: Sun, 15 Dec 2019 09:40:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 58fd68b2992c4ed900e43e9b977168785f0f8b4a
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:15:48 2019 +0100

    gnu: r-systempiper: Update to 1.20.0.
    
    * gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.20.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 cac08b9..422106f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6960,14 +6960,14 @@ ungapped alignment formats.")
 (define-public r-systempiper
   (package
     (name "r-systempiper")
-    (version "1.18.2")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "systemPipeR" version))
        (sha256
         (base32
-         "18s5vpmw766pm64w7bwwfgpsv9yzhwclf0ya1rpqz8qslw7bbdjf"))))
+         "17r25v9wcglyma2v1c8fka80dm7fx86saxlsb2aprmwi4h3dhb0j"))))
     (properties `((upstream-name . "systemPipeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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