guix-commits
[Top][All Lists]
Advanced

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

44/112: gnu: r-rsamtools: Update to 1.32.0.


From: Ricardo Wurmus
Subject: 44/112: gnu: r-rsamtools: Update to 1.32.0.
Date: Sat, 2 Jun 2018 07:40:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d2367a89ddea3640323570d3ec757d28709e1c71
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:51:57 2018 +0200

    gnu: r-rsamtools: Update to 1.32.0.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.32.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 d921229..ed38e4c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7521,13 +7521,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "1.30.0")
+    (version "1.32.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "0pjny5fjvbnfdyhl3bwxin678sha2drvs00sivxh3l772cn6yams"))))
+                "1s65y5wn4d0x8zsljg2kmhcl6r9884h95kr041j7hp49bmxg3an6"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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