guix-commits
[Top][All Lists]
Advanced

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

161/215: gnu: r-ioniser: Update to 2.8.0.


From: guix-commits
Subject: 161/215: gnu: r-ioniser: Update to 2.8.0.
Date: Sun, 5 May 2019 18:16:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2ee91179d129a0f8f21ba4907d9ef8673efa0c3f
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:01:40 2019 +0200

    gnu: r-ioniser: Update to 2.8.0.
    
    * gnu/packages/bioconductor.scm (r-ioniser): Update to 2.8.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 2703c52..ff50618 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2613,14 +2613,14 @@ evaluation of DEG analysis methods.")
 (define-public r-ioniser
   (package
     (name "r-ioniser")
-    (version "2.6.0")
+    (version "2.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "IONiseR" version))
        (sha256
         (base32
-         "01lqisdlsvym8nhgpzn7lpcddk9lv9253dy9v65r2dicb5xqhj00"))))
+         "0kznyqqpm0zbah537p197z1cgrgh9w82whmq0aydfxzgs2vxdw2y"))))
     (properties `((upstream-name . "IONiseR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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