guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: r-rgadem: Update to 2.32.0.


From: guix-commits
Subject: 01/03: gnu: r-rgadem: Update to 2.32.0.
Date: Mon, 6 May 2019 10:12:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 93f8a00964eed7b3e3f3033f554b2e0fa49556ea
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 16:11:17 2019 +0200

    gnu: r-rgadem: Update to 2.32.0.
    
    * gnu/packages/bioconductor.scm (r-rgadem): Update to 2.32.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 ca001bc..d3fbc4c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3289,14 +3289,14 @@ fitting a three-component normal mixture on z-scores.")
 (define-public r-rgadem
   (package
     (name "r-rgadem")
-    (version "2.31.0")
+    (version "2.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "rGADEM" version))
        (sha256
         (base32
-         "0mck3dsxzjxszfs1cl96kd83q7n85p3763s0y3gwws69jn7p6w5j"))))
+         "1zf8ayllf1i79wc39vyln2hii1bgg88sw6h1hngkqx4phyvl9q18"))))
     (properties `((upstream-name . "rGADEM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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