mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rbowtie2: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.6.0.
This commit is contained in:
parent
5c7824bffa
commit
0bffa9d7e7
1 changed files with 2 additions and 2 deletions
|
@ -14421,14 +14421,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.4.2")
|
(version "2.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
|
||||||
"0cbm6q4v9ddyx4gnw2p47ssyhnmjfxahvzbzwjzn0my3ixssy0aj"))))
|
"11h4irhi0pxd0l378im455amqfamqypyl0ri2cs8nk1lg184ridr"))))
|
||||||
(properties `((upstream-name . "Rbowtie2")))
|
(properties `((upstream-name . "Rbowtie2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue