gnu: r-rbowtie: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.32.0.
This commit is contained in:
parent
69295659be
commit
0e74fff5eb
1 changed files with 2 additions and 2 deletions
|
@ -8854,14 +8854,14 @@ Gaussian distributions.")
|
||||||
(define-public r-rbowtie
|
(define-public r-rbowtie
|
||||||
(package
|
(package
|
||||||
(name "r-rbowtie")
|
(name "r-rbowtie")
|
||||||
(version "1.30.0")
|
(version "1.32.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
|
||||||
"0rgxqc3sbq7phnrn9a6z361725h4zi2mi985i43n7fi3csif7507"))))
|
"0mfikbrs28q7r3lnsq0jma5x6nkrnm3q46242jh35w9c969jk5yy"))))
|
||||||
(properties `((upstream-name . "Rbowtie")))
|
(properties `((upstream-name . "Rbowtie")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue