gnu: r-rbowtie2: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.6.0.master
parent
02530c2821
commit
7d33d36c52
|
@ -4244,14 +4244,14 @@ This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
|
||||||
(define-public r-rbowtie2
|
(define-public r-rbowtie2
|
||||||
(package
|
(package
|
||||||
(name "r-rbowtie2")
|
(name "r-rbowtie2")
|
||||||
(version "1.4.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rbowtie2" version))
|
(uri (bioconductor-uri "Rbowtie2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"045cmfwqzcj4zn6r16hkpmr5sd5y0mxvrs5yynf460fdz2p418cr"))))
|
"1yphnrk5j52gzvy9g6mw05dzh9sm8xxvhyja59ak68nrs1bh3lq4"))))
|
||||||
(properties `((upstream-name . "Rbowtie2")))
|
(properties `((upstream-name . "Rbowtie2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue