gnu: r-rbowtie: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.40.0.
This commit is contained in:
parent
c91f3192bc
commit
e438a5c9d9
1 changed files with 2 additions and 2 deletions
|
@ -14565,14 +14565,14 @@ Gaussian distributions.")
|
||||||
(define-public r-rbowtie
|
(define-public r-rbowtie
|
||||||
(package
|
(package
|
||||||
(name "r-rbowtie")
|
(name "r-rbowtie")
|
||||||
(version "1.38.0")
|
(version "1.40.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
|
||||||
"1kbpqhidj2bwhp9gxqx2qjaby6fc2dfrnnyjkciswgxckis6h2pc"))))
|
"1hfr1zdvikvygzgyy58f5rnz5jkmsrhwa930h331wx5012hhmnv7"))))
|
||||||
(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