guix-commits
[Top][All Lists]
Advanced

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

385/457: gnu: r-maftools: Update to 2.14.0.


From: guix-commits
Subject: 385/457: gnu: r-maftools: Update to 2.14.0.
Date: Thu, 24 Nov 2022 06:37:44 -0500 (EST)

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

commit 8b332d676d06188f6dfb200099def4220106a7a3
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:30 2022 +0100

    gnu: r-maftools: Update to 2.14.0.
    
    * gnu/packages/bioconductor.scm (r-maftools): Update to 2.14.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 0e9e11295b..76d3b57d04 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16012,13 +16012,13 @@ provides a wrapper of de novo motif discovery 
software.")
 (define-public r-maftools
   (package
     (name "r-maftools")
-    (version "2.12.0")
+    (version "2.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "maftools" version))
        (sha256
-        (base32 "1gqfi95v4fs64n4walij0g2kds3fbbwp6lih5yakmgf6kj8fpkk6"))))
+        (base32 "1f1r0frikaj6aw137dk523gagkxdygg7gzc3pd303ds5cqynwiqx"))))
     (properties `((upstream-name . "maftools")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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