guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: r-xcms: Update to 3.10.2.


From: guix-commits
Subject: 05/09: gnu: r-xcms: Update to 3.10.2.
Date: Tue, 6 Oct 2020 07:23:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 40b86e20eb87cbdf095d102ff9537b6419a13735
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 6 13:11:59 2020 +0200

    gnu: r-xcms: Update to 3.10.2.
    
    * gnu/packages/bioconductor.scm (r-xcms): Update to 3.10.2.
---
 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 3aea798..414ded3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5062,14 +5062,14 @@ based on @dfn{Continuous Wavelet Transform} (CWT).")
 (define-public r-xcms
   (package
     (name "r-xcms")
-    (version "3.10.1")
+    (version "3.10.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "xcms" version))
        (sha256
         (base32
-         "1aa11gy1v7kkamv3hsnvdx715q8f1saw9p664j6wifyjj0hx13kn"))))
+         "0sk53jcl7sjrpw2ncdpl8sw1b1j9mizlrj517rinr1qrbm6lsn8f"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biobase" ,r-biobase)



reply via email to

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