summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-07 12:04:45 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-07 12:27:13 +0100
commit7f3778eb06c73ca52455ae421b8a12a6fd6b63fe (patch)
treeb429b695260d1516c512a44199483dbfc292df53
parent4804c59227643b51ebd063a9e15ec74dc5fee39e (diff)
downloadguix-7f3778eb06c73ca52455ae421b8a12a6fd6b63fe.tar.gz
gnu: r-rsamtools: Update to 1.34.0.
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.34.0.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5d8d8a4800..56e3c6d6e7 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)