summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2016-07-28 21:07:15 +1000
committerBen Woodcroft <donttrustben@gmail.com>2016-07-28 21:35:40 +1000
commit380d3f8657d4700a4d37e78ae8e6bef717c3da93 (patch)
treef50828718373c05018571b02ce087a6f36ecccb5
parent303163c7b99fa299904107601118edb0eaffcb92 (diff)
downloadguix-patches-380d3f8657d4700a4d37e78ae8e6bef717c3da93.tar
guix-patches-380d3f8657d4700a4d37e78ae8e6bef717c3da93.tar.gz
gnu: r-rtracklayer: Update to 1.32.2.
* gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.32.2.
-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 9717857cc6..2b7d1fe77d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4994,13 +4994,13 @@ alignments.")
(define-public r-rtracklayer
(package
(name "r-rtracklayer")
- (version "1.32.0")
+ (version "1.32.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "rtracklayer" version))
(sha256
(base32
- "0nrwk1g8b1ymvbgnqniimbvwfq13r01va9rx3b03xj4hpywzy5nv"))))
+ "190767zpwc7maqjpy0x5bpkm0jp1vfawy9991fifw0mc634cjkga"))))
(build-system r-build-system)
(arguments
`(#:phases