guix-commits
[Top][All Lists]
Advanced

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

85/151: gnu: r-rsamtools: Update to 1.34.0.


From: Ricardo Wurmus
Subject: 85/151: gnu: r-rsamtools: Update to 1.34.0.
Date: Wed, 7 Nov 2018 06:28:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7f3778eb06c73ca52455ae421b8a12a6fd6b63fe
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:04:45 2018 +0100

    gnu: r-rsamtools: Update to 1.34.0.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.34.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5d8d8a4..56e3c6d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7674,13 +7674,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "1.32.3")
+    (version "1.34.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "1hpjr22h33pf4fgv0sj83rqzv6l5l7s6fpmmqvchh45ikks1mnhq"))))
+                "01v4bjhj2i126pwyk0v9lvmfp2ih495xsq903k3xa2z24bjxphbi"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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