rekado pushed a commit to branch master
in repository guix.
commit 17d35de73fce32dd1166d3786776bd3d0ba2044d
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jun 2 11:56:00 2018 +0200
gnu: r-genomation: Update to 1.12.0.
* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.12.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 08a01dc..ae1f3dd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7932,13 +7932,13 @@ reference point and sorted by a user defined feature.")
(define-public r-genomation
(package
(name "r-genomation")
- (version "1.11.3")
+ (version "1.12.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "genomation" version))
(sha256
(base32
- "1d2g1v6xhrf3gm86pv8ln22df5g6v6k6i4i39v4j82zn4apany6v"))))
+ "1vdmdyrq0n7pf8cvy2950v7hrcrcbd9zl4fg7dcmyly3iiwdyirp"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biostrings" ,r-biostrings)