~ruther/guix-local

37631ddc286d6879890431e309922e0f51e7341d — Roel Janssen 9 years ago 8444f60
gnu: r-rhtslib: Update to 1.8.0.

* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.8.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 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