guix-commits
[Top][All Lists]
Advanced

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

163/215: gnu: r-varianttools: Update to 1.26.0.


From: guix-commits
Subject: 163/215: gnu: r-varianttools: Update to 1.26.0.
Date: Sun, 5 May 2019 18:16:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c2effdedc0f08033ddf3cf6d13099739ea54ab7e
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:01:54 2019 +0200

    gnu: r-varianttools: Update to 1.26.0.
    
    * gnu/packages/bioconductor.scm (r-varianttools): Update to 1.26.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 ff6d34b..2893dd4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2709,14 +2709,14 @@ peak definition in combination with known profile 
characteristics.")
 (define-public r-varianttools
   (package
     (name "r-varianttools")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "VariantTools" version))
        (sha256
         (base32
-         "1ml3pl7xnxvzr6zkypr80xzw6nffswk29gzxycn42473sc4ixn7j"))))
+         "0y37nziipwikg47x4jhhsx0dyv15rrih4a4z43jbzv4jgq4krzql"))))
     (properties `((upstream-name . "VariantTools")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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