mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-rbowtie2: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.2.0.
This commit is contained in:
parent
74abb0cfca
commit
7ddf44ccaf
1 changed files with 2 additions and 2 deletions
|
@ -10169,14 +10169,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 "2.0.0")
|
(version "2.2.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
|
||||||
"0xpvrx2ak9x913sym4l46ycwbnmpcdwb3bf3dfd2gsp0krv8vh1x"))))
|
"0dhdx27vrkhd4fak0qb5q9amlcpi97xhf3ry39zk0ifx5zpjynkg"))))
|
||||||
(properties `((upstream-name . "Rbowtie2")))
|
(properties `((upstream-name . "Rbowtie2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue