mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-rbowtie: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.42.0. Change-Id: Ifc4c80de76e82cfc93bf848d6a08460ca81023db
This commit is contained in:
parent
d2ee7821d1
commit
0f4db0e2de
1 changed files with 2 additions and 2 deletions
|
@ -16650,14 +16650,14 @@ (define-public r-iclusterplus
|
|||
(define-public r-rbowtie
|
||||
(package
|
||||
(name "r-rbowtie")
|
||||
(version "1.40.0")
|
||||
(version "1.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rbowtie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hfr1zdvikvygzgyy58f5rnz5jkmsrhwa930h331wx5012hhmnv7"))))
|
||||
"1arwr8gisc5g9bwxlachf3lvxpd2767ahnwdf2p1lidwpfism8l8"))))
|
||||
(properties `((upstream-name . "Rbowtie")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue