mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
|
||||
(package
|
||||
(name "r-rbowtie")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rbowtie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rgxqc3sbq7phnrn9a6z361725h4zi2mi985i43n7fi3csif7507"))))
|
||||
"0mfikbrs28q7r3lnsq0jma5x6nkrnm3q46242jh35w9c969jk5yy"))))
|
||||
(properties `((upstream-name . "Rbowtie")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue