guix-commits
[Top][All Lists]
Advanced

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

192/323: gnu: r-m3c: Update to 1.12.0.


From: guix-commits
Subject: 192/323: gnu: r-m3c: Update to 1.12.0.
Date: Wed, 9 Dec 2020 06:47:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 126846a0da12cab28b84b073d36e375cfa7b4dbc
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:56:53 2020 +0100

    gnu: r-m3c: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-m3c): Update to 1.12.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 96cf277..ff002c1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8244,14 +8244,14 @@ user's input and automatically retrieving results from 
GREAT web server.")
 (define-public r-m3c
   (package
     (name "r-m3c")
-    (version "1.10.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "M3C" version))
        (sha256
         (base32
-         "0zq8lm4280p8h65i7myscwa4srs5ajh944xv6zni2f5sjyp7ij2y"))))
+         "05ygi4fd85hh17mlww5wcww8d5z5zvkn2r46s4n6g18mcbv8snv5"))))
     (properties `((upstream-name . "M3C")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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