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 @@ Gaussian distributions.")
|
||||||
(define-public r-rbowtie
|
(define-public r-rbowtie
|
||||||
(package
|
(package
|
||||||
(name "r-rbowtie")
|
(name "r-rbowtie")
|
||||||
(version "1.40.0")
|
(version "1.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rbowtie" version))
|
(uri (bioconductor-uri "Rbowtie" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hfr1zdvikvygzgyy58f5rnz5jkmsrhwa930h331wx5012hhmnv7"))))
|
"1arwr8gisc5g9bwxlachf3lvxpd2767ahnwdf2p1lidwpfism8l8"))))
|
||||||
(properties `((upstream-name . "Rbowtie")))
|
(properties `((upstream-name . "Rbowtie")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue