mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-rbowtie2: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.8.0. Change-Id: If97d5baf3dea63021e5f44c4bced43cd10070eda
This commit is contained in:
parent
cd3f0aa976
commit
12a25de450
1 changed files with 2 additions and 2 deletions
|
@ -16506,14 +16506,14 @@ (define-public r-zfpkm
|
|||
(define-public r-rbowtie2
|
||||
(package
|
||||
(name "r-rbowtie2")
|
||||
(version "2.6.0")
|
||||
(version "2.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rbowtie2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11h4irhi0pxd0l378im455amqfamqypyl0ri2cs8nk1lg184ridr"))))
|
||||
"0dx1psk6f27p1kiw4qwj1nf55gpqgisibzipvlnn5m9q3q8g70gv"))))
|
||||
(properties `((upstream-name . "Rbowtie2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue