guix-commits
[Top][All Lists]
Advanced

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

372/449: gnu: r-m3c: Update to 1.20.0.


From: guix-commits
Subject: 372/449: gnu: r-m3c: Update to 1.20.0.
Date: Tue, 22 Nov 2022 15:47:58 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 42d7bf44e499d98fdc81ce6f37e4c91b0966453f
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:29 2022 +0100

    gnu: r-m3c: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-m3c): Update to 1.20.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 04ef4c8836..c8f1d2cce4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15367,14 +15367,14 @@ user's input and automatically retrieving results 
from GREAT web server.")
 (define-public r-m3c
   (package
     (name "r-m3c")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "M3C" version))
        (sha256
         (base32
-         "120gd7gkgc98d1l6hl2ij799b3jksdnga5iyb44ps9mbc79hl012"))))
+         "1djgbnxsdp1w9hhc6346gmvad3x8avy8nc85gpvg9i4x52wcrn4j"))))
     (properties `((upstream-name . "M3C")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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