summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-06 21:38:17 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-07 08:15:35 +0100
commitf8068419a63c5b5a4bd292d537e29cd43373c11f (patch)
tree36b1cc2d997ced2faf9b8e6271ff3c4851197a8e
parentb719435ebb4a5e1aa3568107a22367f72ae398d6 (diff)
downloadguix-patches-f8068419a63c5b5a4bd292d537e29cd43373c11f.tar
guix-patches-f8068419a63c5b5a4bd292d537e29cd43373c11f.tar.gz
gnu: r-rsamtools: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.30.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 ef77ed5197..8e63af688c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7015,13 +7015,13 @@ biological sequences or sets of sequences.")
(define-public r-rsamtools
(package
(name "r-rsamtools")
- (version "1.28.0")
+ (version "1.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Rsamtools" version))
(sha256
(base32
- "1zx6vhdz3lksbfy98jj3qzl7cxgspigm2pbsd5835b12r6mc5w6d"))))
+ "0pjny5fjvbnfdyhl3bwxin678sha2drvs00sivxh3l772cn6yams"))))
(properties
`((upstream-name . "Rsamtools")))
(build-system r-build-system)