guix-commits
[Top][All Lists]
Advanced

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

67/288: gnu: r-varianttools: Update to 1.32.0.


From: guix-commits
Subject: 67/288: gnu: r-varianttools: Update to 1.32.0.
Date: Mon, 16 Nov 2020 15:06:56 -0500 (EST)

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

commit d4fc39bc4f5d58ed5d908c49b61c3d277e5bd64a
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:50:22 2020 +0100

    gnu: r-varianttools: Update to 1.32.0.
    
    * gnu/packages/bioconductor.scm (r-varianttools): Update to 1.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 6764dd7..7181db0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3587,14 +3587,14 @@ peak definition in combination with known profile 
characteristics.")
 (define-public r-varianttools
   (package
     (name "r-varianttools")
-    (version "1.30.0")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "VariantTools" version))
        (sha256
         (base32
-         "0g93rljlmhk1d53z0bgi84i2cn5c3r1dpm8id2pv0nk9ncdh3yxx"))))
+         "1im4g9p419mikkh4v585yf5f23d13chy67znk4g2mii2i1cd1c89"))))
     (properties `((upstream-name . "VariantTools")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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