diff options
author | Roel Janssen <roel@gnu.org> | 2017-04-28 10:46:55 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-04-28 11:05:11 +0200 |
commit | 37631ddc286d6879890431e309922e0f51e7341d (patch) | |
tree | 9ca74162237464994115d73542f8b3b20b7b6ddb /gnu | |
parent | 8444f6067a570e4f3781995fdb92e67d50ce49fd (diff) |
gnu: r-rhtslib: Update to 1.8.0.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.8.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 023e3bca0a..5c9c20f766 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7591,14 +7591,14 @@ secondary structure and comparative analysis in R.") (define-public r-rhtslib (package (name "r-rhtslib") - (version "1.6.0") + (version "1.8.0") (source (origin (method url-fetch) (uri (bioconductor-uri "Rhtslib" version)) (sha256 (base32 - "1vk3ng61dhi3pbia1lp3gl3mlr3i1vb2lkq83qb53i9dzz128wh9")))) + "0jj5h81z5gyf4j3lp2l3zsm6pgbmalgrngr8qdpygc20phndpp0b")))) (properties `((upstream-name . "Rhtslib"))) (build-system r-build-system) (propagated-inputs |